[arch-commits] Commit in haskell-split/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 19 09:32:23 UTC 2021


    Date: Saturday, June 19, 2021 @ 09:32:23
  Author: felixonmars
Revision: 965404

upgpkg: haskell-split 0.2.3.4-139: rebuild with ghc 9.0.1

Modified:
  haskell-split/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 09:17:55 UTC (rev 965403)
+++ PKGBUILD	2021-06-19 09:32:23 UTC (rev 965404)
@@ -4,16 +4,21 @@
 _hkgname=split
 pkgname=haskell-split
 pkgver=0.2.3.4
-pkgrel=138
+pkgrel=139
 pkgdesc="Combinator library for splitting lists."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a60566106a5f285224b0d555d30b2af3315c707012f5c8e9384d4b8216894e6a6263e838b0e367418c4f8bfb5f4f2cc056ca14acb6b27a5ca3446576b057ca15')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list