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

Felix Yan felixonmars at archlinux.org
Mon Aug 24 18:27:25 UTC 2020


    Date: Monday, August 24, 2020 @ 18:27:25
  Author: felixonmars
Revision: 687669

upgpkg: haskell-test-framework 0.8.2.0-73: rebuild with random 1.2.0

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 18:23:20 UTC (rev 687668)
+++ PKGBUILD	2020-08-24 18:27:25 UTC (rev 687669)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=72
+pkgrel=73
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck support"
 url="https://batterseapower.github.io/test-framework/"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *0.9/<1/' -e 's/< *1.9/<2/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list