Date: Tuesday, June 27, 2017 @ 16:34:09 Author: felixonmars Revision: 241255
upgpkg: stack 1.4.0-94 rebuild with errors,2.2.1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-27 16:20:34 UTC (rev 241254) +++ PKGBUILD 2017-06-27 16:34:09 UTC (rev 241255) @@ -4,7 +4,7 @@ pkgname=stack pkgver=1.4.0 -pkgrel=93 +pkgrel=94 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -43,6 +43,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../store-0.4.patch sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs + sed -i 's/, errors < 2.2/, errors < 2.3/' stack.cabal } build() {
