[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 13 11:07:20 UTC 2016
Date: Tuesday, December 13, 2016 @ 11:07:19
Author: felixonmars
Revision: 199219
upgpkg: ghc-mod 5.6.0.0-8
rebuild with pipes-4.3.1
Modified:
ghc-mod/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-13 10:56:57 UTC (rev 199218)
+++ PKGBUILD 2016-12-13 11:07:19 UTC (rev 199219)
@@ -5,7 +5,7 @@
pkgbase=ghc-mod
pkgname=(ghc-mod haskell-ghc-mod)
pkgver=5.6.0.0
-pkgrel=7
+pkgrel=8
pkgdesc="Happy Haskell Programming"
url="http://www.mew.org/~kazu/proj/ghc-mod/"
license=("AGPL3")
@@ -24,6 +24,8 @@
prepare() {
cd "$srcdir/$pkgbase"
patch -p1 -i ../hse-1.18.patch
+
+ sed -i 's/pipes >= 4.1 && <4.3/pipes >= 4.1 \&\& <4.4/' ghc-mod.cabal
}
build() {
More information about the arch-commits
mailing list