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

Felix Yan felixonmars at archlinux.org
Sun May 20 12:55:59 UTC 2018


    Date: Sunday, May 20, 2018 @ 12:55:59
  Author: felixonmars
Revision: 325250

upgpkg: haskell-tasty-hedgehog 0.2.0.0-13

rebuild with hedgehog,0.6

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 11:43:22 UTC (rev 325249)
+++ PKGBUILD	2018-05-20 12:55:59 UTC (rev 325250)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=0.2.0.0
-pkgrel=12
+pkgrel=13
 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 's/<.*4.11/<5/' $_hkgname.cabal
+    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.6/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list