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

Felix Yan fyan at archlinux.org
Sat Apr 30 10:29:44 UTC 2016


    Date: Saturday, April 30, 2016 @ 12:29:44
  Author: fyan
Revision: 173112

upgpkg: stack 1.0.4.3-7

rebuild with darcs-2.12.0, extra-1.4.5, hpack-0.13.0, lens-4.14, tasty-0.11.0.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 10:07:37 UTC (rev 173111)
+++ PKGBUILD	2016-04-30 10:29:44 UTC (rev 173112)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.3
-pkgrel=6
+pkgrel=7
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -34,7 +34,7 @@
 sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
 
 prepare() {
-    sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.13/' \
+    sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.14/' \
         -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \
         -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }



More information about the arch-commits mailing list