[arch-commits] Commit in haskell-test-framework/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Oct 15 14:46:17 UTC 2018
Date: Monday, October 15, 2018 @ 14:46:17
Author: felixonmars
Revision: 394213
upgpkg: haskell-test-framework 0.8.2.0-14
rebuild with ghc 8.6.1
Modified:
haskell-test-framework/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-15 14:43:16 UTC (rev 394212)
+++ PKGBUILD 2018-10-15 14:46:17 UTC (rev 394213)
@@ -4,7 +4,7 @@
_hkgname=test-framework
pkgname=haskell-test-framework
pkgver=0.8.2.0
-pkgrel=13
+pkgrel=14
pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck support"
url="https://batterseapower.github.io/test-framework/"
license=("custom:BSD3")
@@ -17,7 +17,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
+ sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list