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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 14:22:01 UTC 2020


    Date: Thursday, January 9, 2020 @ 14:22:01
  Author: felixonmars
Revision: 551220

upgpkg: haskell-test-framework 0.8.2.0-38: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 14:19:10 UTC (rev 551219)
+++ PKGBUILD	2020-01-09 14:22:01 UTC (rev 551220)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=37
+pkgrel=38
 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/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' -e 's/< *0.9/<1/' -e 's/< *1.9/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list