Date: Friday, September 24, 2021 @ 13:56:17 Author: felixonmars Revision: 1023793
upgpkg: haskell-tls 1.5.5-48: rebuild with vector 0.12.3.1 Modified: haskell-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 13:53:11 UTC (rev 1023792) +++ PKGBUILD 2021-09-24 13:56:17 UTC (rev 1023793) @@ -4,7 +4,7 @@ _hkgname=tls pkgname=haskell-tls pkgver=1.5.5 -pkgrel=47 +pkgrel=48 pkgdesc="TLS/SSL protocol native implementation (Server and Client)" url="https://github.com/vincenthz/hs-tls" license=("BSD") @@ -21,7 +21,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-hans -fnetwork -fcompat runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script