Date: Friday, September 24, 2021 @ 10:47:15 Author: felixonmars Revision: 1023628
upgpkg: haskell-storablevector 0.2.13.1-101: rebuild with vector 0.12.3.1 Modified: haskell-storablevector/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 10:45:23 UTC (rev 1023627) +++ PKGBUILD 2021-09-24 10:47:15 UTC (rev 1023628) @@ -4,7 +4,7 @@ _hkgname=storablevector pkgname=haskell-storablevector pkgver=0.2.13.1 -pkgrel=100 +pkgrel=101 pkgdesc="Fast, packed, strict storable arrays with a list interface like ByteString" url="https://www.haskell.org/haskellwiki/Storable_Vector" license=("BSD") @@ -25,7 +25,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 \ -fsplitbase -fseparatesyb runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
