Date: Friday, September 24, 2021 @ 02:51:59 Author: felixonmars Revision: 1023167
upgpkg: haskell-zlib 0.6.2.3-40: rebuild with vector 0.12.3.1 Modified: haskell-zlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 02:50:40 UTC (rev 1023166) +++ PKGBUILD 2021-09-24 02:51:59 UTC (rev 1023167) @@ -3,7 +3,7 @@ pkgname=haskell-zlib pkgver=0.6.2.3 -pkgrel=39 +pkgrel=40 pkgdesc="Compression and decompression in the gzip and zlib formats" url="https://hackage.haskell.org/package/zlib" license=('BSD') @@ -18,7 +18,7 @@ cd zlib-$pkgver 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 \ -f-non-blocking-ffi -fpkg-config -f-bundled-c-zlib runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
