[arch-commits] Commit in haskell-hedgehog/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 15 21:47:51 UTC 2018
Date: Monday, October 15, 2018 @ 21:47:51
Author: felixonmars
Revision: 394379
upgpkg: haskell-hedgehog 0.6.1-8
rebuild with ghc 8.6.1
Modified:
haskell-hedgehog/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-15 21:45:26 UTC (rev 394378)
+++ PKGBUILD 2018-10-15 21:47:51 UTC (rev 394379)
@@ -4,7 +4,7 @@
_hkgname=hedgehog
pkgname=haskell-hedgehog
pkgver=0.6.1
-pkgrel=7
+pkgrel=8
pkgdesc="A modern property-based testing system"
url="https://hedgehog.qa"
license=("custom:BSD3")
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/<.*1.8/<2/' $_hkgname.cabal
+ sed -i -e 's/<.*1.8/<2/' -e 's/< *2.5/<3/' -e 's/< *2.14/<3/' $_hkgname.cabal
sed -i '/semigroups/d' $_hkgname.cabal
}
More information about the arch-commits
mailing list