Date: Thursday, January 4, 2018 @ 10:13:46 Author: felixonmars Revision: 278603
upgpkg: stack 1.6.3-9 rebuild with yaml,0.8.25.1 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-04 10:07:29 UTC (rev 278602) +++ PKGBUILD 2018-01-04 10:13:46 UTC (rev 278603) @@ -4,7 +4,7 @@ pkgname=stack pkgver=1.6.3 -pkgrel=8 +pkgrel=9 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("custom:BSD3") @@ -47,7 +47,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -f-disable-git-info -fintegration-tests -f-static -f-hide-dependency-versions -f-supported-build + -f-disable-git-info -f-integration-tests -f-static -f-hide-dependency-versions -f-supported-build runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script @@ -57,8 +57,9 @@ check() { cd $pkgname-$pkgver - cabal update - LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test || warning "Expected 4 failures on Arch currently" + # cabal update + LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" runhaskell Setup test + # Integration tests will result in 4 failures on Arch currently } package() {
