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

Felix Yan felixonmars at archlinux.org
Thu Oct 22 20:05:38 UTC 2020


    Date: Thursday, October 22, 2020 @ 20:05:38
  Author: felixonmars
Revision: 730071

upgpkg: haskell-foldl 1.4.9-8: rebuild with profunctors 5.6

Modified:
  haskell-foldl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 20:04:01 UTC (rev 730070)
+++ PKGBUILD	2020-10-22 20:05:38 UTC (rev 730071)
@@ -4,7 +4,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.9
-pkgrel=7
+pkgrel=8
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,10 +12,14 @@
 depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-mwc-random'
          'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
          'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('99652c979256247bfd82805e25796902fb306e9b17a6ecd195630f6c394aa9156f10db41700c5cea48348bdd79029944a29749f1352a852274d16aafb3c434eb')
 
+prepare() {
+    uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list