Date: Friday, September 24, 2021 @ 03:21:40 Author: felixonmars Revision: 1023211
upgpkg: haskell-vector-binary-instances 0.2.5.2-25: rebuild with vector 0.12.3.1 Modified: haskell-vector-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 03:20:56 UTC (rev 1023210) +++ PKGBUILD 2021-09-24 03:21:40 UTC (rev 1023211) @@ -4,7 +4,7 @@ _hkgname=vector-binary-instances pkgname=haskell-vector-binary-instances pkgver=0.2.5.2 -pkgrel=24 +pkgrel=25 pkgdesc="Instances of Data.Binary for vector" url="https://github.com/bos/vector-binary-instances" license=("BSD") @@ -19,7 +19,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 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
