[arch-commits] Commit in ghc-mod/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jul 26 03:57:50 UTC 2016


    Date: Tuesday, July 26, 2016 @ 03:57:49
  Author: felixonmars
Revision: 184046

upgpkg: ghc-mod 5.5.0.0-34

rebuild with case-insensitive-1.2.0.7, cereal-0.5.3.0, exceptions-0.8.3, extra-1.5, language-javascript-0.6.0.8, lifted-base-0.2.3.8

Modified:
  ghc-mod/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-26 03:28:20 UTC (rev 184045)
+++ PKGBUILD	2016-07-26 03:57:49 UTC (rev 184046)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=33
+pkgrel=34
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/"
 license=("AGPL3")
@@ -20,7 +20,9 @@
 sha256sums=('SKIP')
 
 prepare() {
-    sed -i 's/, pipes             == 4.1.\*/, pipes             >= 4.1/' $pkgbase/$pkgbase.cabal
+    sed -e 's/, pipes             == 4.1.\*/, pipes             >= 4.1/' \
+        -e 's/, extra             == 1.4.\*/, extra             >= 1.4/' \
+        -i $pkgbase/$pkgbase.cabal
 }
 
 build() {



More information about the arch-commits mailing list