Date: Thursday, March 24, 2022 @ 02:48:39 Author: felixonmars Revision: 1173546
upgpkg: haskell-hslua-aeson 2.0.1-3: rebuild with hspec 2.9.3, hspec-core 2.9.3, hspec-discover 2.9.3, hspec-meta 2.9.2 Modified: haskell-hslua-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 02:48:33 UTC (rev 1173545) +++ PKGBUILD 2022-03-24 02:48:39 UTC (rev 1173546) @@ -3,7 +3,7 @@ _hkgname=hslua-aeson pkgname=haskell-hslua-aeson pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Allow aeson data types to be used with Lua." url="https://hslua.org/" license=("MIT") @@ -26,11 +26,11 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -39,7 +39,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
