Date: Friday, September 24, 2021 @ 04:11:12 Author: felixonmars Revision: 1023281
upgpkg: haskell-hsopenssl 0.11.7.1-9: rebuild with vector 0.12.3.1 Modified: haskell-hsopenssl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 04:09:45 UTC (rev 1023280) +++ PKGBUILD 2021-09-24 04:11:12 UTC (rev 1023281) @@ -3,7 +3,7 @@ _hkgname=HsOpenSSL pkgname=haskell-hsopenssl pkgver=0.11.7.1 -pkgrel=8 +pkgrel=9 pkgdesc="Partial OpenSSL binding for Haskell" url="https://github.com/vshabanov/HsOpenSSL" license=('custom:PublicDomain') @@ -18,7 +18,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 \ -fuse-pkg-config runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
