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

Felix Yan felixonmars at archlinux.org
Thu May 30 09:31:02 UTC 2019


    Date: Thursday, May 30, 2019 @ 09:31:02
  Author: felixonmars
Revision: 474599

upgpkg: haskell-test-framework 0.8.2.0-25

rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-30 09:25:23 UTC (rev 474598)
+++ PKGBUILD	2019-05-30 09:31:02 UTC (rev 474599)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=24
+pkgrel=25
 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/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *0.9/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list