Date: Friday, September 24, 2021 @ 10:04:38 Author: felixonmars Revision: 1023584
upgpkg: haskell-tasty-expected-failure 0.12.3-89: rebuild with vector 0.12.3.1 (rebuild pass 1, specified --nocheck) Modified: haskell-tasty-expected-failure/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 10:03:55 UTC (rev 1023583) +++ PKGBUILD 2021-09-24 10:04:38 UTC (rev 1023584) @@ -4,7 +4,7 @@ _hkgname=tasty-expected-failure pkgname=haskell-tasty-expected-failure pkgver=0.12.3 -pkgrel=88 +pkgrel=89 pkgdesc="Mark tasty tests as failure expected" url="https://github.com/nomeata/tasty-expected-failure" license=("MIT") @@ -27,7 +27,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
