Date: Tuesday, June 20, 2017 @ 18:31:08 Author: felixonmars Revision: 239100
upgpkg: stack 1.4.0-86 rebuild with path,0.6.0 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 17:54:11 UTC (rev 239099) +++ PKGBUILD 2017-06-20 18:31:08 UTC (rev 239100) @@ -4,7 +4,7 @@ pkgname=stack pkgver=1.4.0 -pkgrel=85 +pkgrel=86 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -42,6 +42,7 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../store-0.4.patch + sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs } build() {
