Date: Saturday, September 25, 2021 @ 02:13:28 Author: felixonmars Revision: 1024223
upgpkg: haskell-hspec-wai 0.11.1-129: rebuild with vector 0.12.3.1 Modified: haskell-hspec-wai/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-25 02:12:21 UTC (rev 1024222) +++ PKGBUILD 2021-09-25 02:13:28 UTC (rev 1024223) @@ -4,7 +4,7 @@ _hkgname=hspec-wai pkgname=haskell-hspec-wai pkgver=0.11.1 -pkgrel=128 +pkgrel=129 pkgdesc="Experimental Hspec support for testing WAI applications" url="https://github.com/hspec/hspec-wai" license=("MIT") @@ -21,7 +21,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 + --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
