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

Felix Yan fyan at archlinux.org
Thu Mar 3 08:40:59 UTC 2016


    Date: Thursday, March 3, 2016 @ 09:40:59
  Author: fyan
Revision: 164323

upgpkg: stack 1.0.4.1-4

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-03 08:24:52 UTC (rev 164322)
+++ PKGBUILD	2016-03-03 08:40:59 UTC (rev 164323)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("custom:BSD3")
@@ -33,6 +33,10 @@
 source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
 sha256sums=('660ce0c2126ddf2bb8c88a7b857571781dd09ac1953a3437522e123830dc537a')
 
+prepare() {
+    sed -i 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
     



More information about the arch-commits mailing list