[arch-commits] Commit in haskell-binary-orphans/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 1 14:06:44 UTC 2020
Date: Wednesday, April 1, 2020 @ 14:06:44
Author: felixonmars
Revision: 608906
upgpkg: haskell-binary-orphans 1.0.1-8: rebuild with QuickCheck 2.14
Modified:
haskell-binary-orphans/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 13:40:37 UTC (rev 608905)
+++ PKGBUILD 2020-04-01 14:06:44 UTC (rev 608906)
@@ -4,7 +4,7 @@
_hkgname=binary-orphans
pkgname=haskell-binary-orphans
pkgver=1.0.1
-pkgrel=7
+pkgrel=8
pkgdesc="Orphan instances for binary"
url="https://github.com/phadej/binary-orphans"
license=("BSD")
@@ -18,7 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
- sed -i 's/< *0.8.7/<1/' $_hkgname.cabal
+ sed -i -e 's/< *0.8.7/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list