Date: Friday, September 24, 2021 @ 13:15:44 Author: felixonmars Revision: 1023771
upgpkg: haskell-quickcheck-instances 0.3.25.2-71: rebuild with vector 0.12.3.1 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 13:13:59 UTC (rev 1023770) +++ PKGBUILD 2021-09-24 13:15:44 UTC (rev 1023771) @@ -4,7 +4,7 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances pkgver=0.3.25.2 -pkgrel=70 +pkgrel=71 pkgdesc="Common quickcheck instances" url="https://github.com/haskellari/qc-instances" license=("BSD") @@ -28,7 +28,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-bytestring-builder runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
