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

Felix Yan felixonmars at archlinux.org
Thu May 30 19:54:42 UTC 2019


    Date: Thursday, May 30, 2019 @ 19:54:41
  Author: felixonmars
Revision: 475165

upgpkg: haskell-hedgehog 0.6.1-36

rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9, concurrent-output 1.10.10

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 19:54:25 UTC (rev 475164)
+++ PKGBUILD	2019-05-30 19:54:41 UTC (rev 475165)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=0.6.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*1.8/<2/' -e 's/< *2.5/<3/' -e 's/< *2.14/<3/' $_hkgname.cabal
+    sed -i -e 's/< *0.9/<1/' -e 's/<.*1.8/<2/' -e 's/< *2.5/<3/' -e 's/< *2.14/<3/' $_hkgname.cabal
     sed -i '/semigroups/d' $_hkgname.cabal
 }
 



More information about the arch-commits mailing list