Date: Monday, March 14, 2016 @ 09:47:22 Author: fyan Revision: 166645
upgpkg: stack 1.0.4.2-3 rebuild with aeson-0.11.1.1, concurrent-output-1.7.4, hpack-0.11.0, vector-binary-instances-0.2.3.1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-14 08:37:17 UTC (rev 166644) +++ PKGBUILD 2016-03-14 08:47:22 UTC (rev 166645) @@ -5,7 +5,7 @@ pkgbase=stack pkgname=(stack haskell-stack) pkgver=1.0.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -34,7 +34,7 @@ sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2') prepare() { - sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' \ + sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.12/' \ -e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \ -i ${pkgbase}-${pkgver}/${pkgbase}.cabal }
