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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 22:26:42 UTC 2022


    Date: Friday, February 18, 2022 @ 22:26:42
  Author: felixonmars
Revision: 1134349

upgpkg: haskell-protolude 0.3.0-125: rebuild with hashable 1.4.0.0

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 22:24:42 UTC (rev 1134348)
+++ PKGBUILD	2022-02-18 22:26:42 UTC (rev 1134349)
@@ -4,7 +4,7 @@
 _hkgname=protolude
 pkgname=haskell-protolude
 pkgver=0.3.0
-pkgrel=124
+pkgrel=125
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude"
 license=("MIT")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d mtl-compat -u base -u ghc-prim -u transformers-compat $_hkgname.cabal
+    uusi -d mtl-compat -u base -u ghc-prim -u hashable -u transformers-compat $_hkgname.cabal
     # https://github.com/protolude/protolude/pull/123#issuecomment-864426312
     sed -i 's/MIN_VERSION_base(4,9,0)/MIN_VERSION_base(9,9,9)/' src/Protolude/Base.hs
 }



More information about the arch-commits mailing list