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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 01:01:13 UTC 2022


    Date: Sunday, February 20, 2022 @ 01:01:12
  Author: felixonmars
Revision: 1135137

upgpkg: haskell-foldl 1.4.12-45: rebuild with hashable 1.4.0.0

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 00:43:12 UTC (rev 1135136)
+++ PKGBUILD	2022-02-20 01:01:12 UTC (rev 1135137)
@@ -4,7 +4,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.12
-pkgrel=44
+pkgrel=45
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,10 +12,15 @@
 depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-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=('6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list