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

Felix Yan fyan at archlinux.org
Tue May 10 14:56:09 UTC 2016


    Date: Tuesday, May 10, 2016 @ 16:56:09
  Author: fyan
Revision: 174565

upgpkg: stack 1.1.0-4

rebuild with auto-update-0.1.4, hpack-0.14.0, pandoc-crossref-0.2.1.2, pipes-4.1.9, tls-1.3.7

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 14:30:42 UTC (rev 174564)
+++ PKGBUILD	2016-05-10 14:56:09 UTC (rev 174565)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -35,6 +35,7 @@
 
 prepare() {
     sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \
+        -e 's/hpack >=0.10.0 && <0.14/hpack >=0.10.0 \&\& <0.15/' \
         -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }
 



More information about the arch-commits mailing list