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

Felix Yan felixonmars at archlinux.org
Wed May 13 05:40:33 UTC 2020


    Date: Wednesday, May 13, 2020 @ 05:40:33
  Author: felixonmars
Revision: 627367

upgpkg: haskell-tasty-hedgehog 1.0.0.2-31: rebuild with tasty 1.3

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 05:37:42 UTC (rev 627366)
+++ PKGBUILD	2020-05-13 05:40:33 UTC (rev 627367)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.0.0.2
-pkgrel=30
+pkgrel=31
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.3/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list