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

Felix Yan felixonmars at archlinux.org
Sat May 11 19:49:54 UTC 2019


    Date: Saturday, May 11, 2019 @ 19:49:53
  Author: felixonmars
Revision: 465478

upgpkg: haskell-foldl 1.4.5-31

rebuild with profunctors 5.4

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-11 19:47:05 UTC (rev 465477)
+++ PKGBUILD	2019-05-11 19:49:53 UTC (rev 465478)
@@ -4,7 +4,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.5
-pkgrel=30
+pkgrel=31
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/<.*0.14/<1/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/<.*0.14/<1/' -e 's/< *5.4/<6/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list