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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 09:14:17 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:14:16
  Author: felixonmars
Revision: 338970

upgpkg: haskell-tasty-hedgehog 0.2.0.0-23

rebuild with tasty 1.1.0.1

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:12:01 UTC (rev 338969)
+++ PKGBUILD	2018-06-03 09:14:16 UTC (rev 338970)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=0.2.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('custom:BSD3')
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.6/<1/' $_hkgname.cabal
+    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.6/<1/' -e 's/<.*1.1/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list