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

Felix Yan felixonmars at archlinux.org
Wed Aug 19 18:01:30 UTC 2020


    Date: Wednesday, August 19, 2020 @ 18:01:30
  Author: felixonmars
Revision: 685066

upgpkg: haskell-tasty-hedgehog 1.0.0.2-54: rebuild with tasty-expected-failure 0.12

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-19 17:54:58 UTC (rev 685065)
+++ PKGBUILD	2020-08-19 18:01:30 UTC (rev 685066)
@@ -3,7 +3,7 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.0.0.2
-pkgrel=53
+pkgrel=54
 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/;s/< *1.3/<2/;s/< *1.0.3/<2/' $_hkgname.cabal
+    sed -i 's/< *4.14/<5/;s/< *1.3/<2/;s/< *1.0.3/<2/;s/< *0.12/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list