Date: Friday, September 24, 2021 @ 22:02:58 Author: felixonmars Revision: 1024033
upgpkg: haskell-http2 3.0.2-29: rebuild with vector 0.12.3.1 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 22:00:33 UTC (rev 1024032) +++ PKGBUILD 2021-09-24 22:02:58 UTC (rev 1024033) @@ -4,7 +4,7 @@ _hkgname=http2 pkgname=haskell-http2 pkgver=3.0.2 -pkgrel=28 +pkgrel=29 pkgdesc="HTTP/2 library" url="https://github.com/kazu-yamamoto/http2" license=("BSD") @@ -30,7 +30,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 \ -f-devel runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
