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

Felix Yan felixonmars at archlinux.org
Sat Aug 11 08:45:40 UTC 2018


    Date: Saturday, August 11, 2018 @ 08:45:39
  Author: felixonmars
Revision: 370997

upgpkg: haskell-hedgehog 0.6-27

rebuild with pretty-show 1.8.1

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-11 04:10:12 UTC (rev 370996)
+++ PKGBUILD	2018-08-11 08:45:39 UTC (rev 370997)
@@ -5,7 +5,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=0.6
-pkgrel=26
+pkgrel=27
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("custom:BSD3")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/, pretty-show                     >= 1.6        && < 1.7/, pretty-show/' $_hkgname.cabal
+    sed -i 's/<.*1.8/<2/' $_hkgname.cabal
     sed -i '/semigroups/d' $_hkgname.cabal
 }
 



More information about the arch-commits mailing list