[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 8 22:23:07 UTC 2020
Date: Wednesday, January 8, 2020 @ 22:23:05
Author: felixonmars
Revision: 550735
upgpkg: haskell-generics-sop 0.5.0.0-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3
Modified:
haskell-generics-sop/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-08 22:21:14 UTC (rev 550734)
+++ PKGBUILD 2020-01-08 22:23:05 UTC (rev 550735)
@@ -4,7 +4,7 @@
_hkgname=generics-sop
pkgname=haskell-generics-sop
pkgver=0.5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Generic Programming using True Sums of Products"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -17,6 +17,8 @@
prepare() {
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+
+ sed -i 's/< *2.15/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list