Date: Friday, September 24, 2021 @ 18:04:12 Author: felixonmars Revision: 1023840
upgpkg: haskell-aeson 1.5.6.0-50: rebuild with vector 0.12.3.1 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 17:55:29 UTC (rev 1023839) +++ PKGBUILD 2021-09-24 18:04:12 UTC (rev 1023840) @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.5.6.0 -pkgrel=49 +pkgrel=50 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/haskell/aeson" license=("GPL") @@ -33,7 +33,7 @@ cd $_hkgname-$pkgver 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-developer -f-fast -f-cffi runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
