Date: Thursday, March 24, 2022 @ 00:49:41 Author: felixonmars Revision: 1172857
upgpkg: haskell-barbies 2.0.3.1-2: rebuild with hspec 2.9.3, hspec-core 2.9.3, hspec-discover 2.9.3, hspec-meta 2.9.2 Modified: haskell-barbies/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-24 00:49:30 UTC (rev 1172856) +++ PKGBUILD 2022-03-24 00:49:41 UTC (rev 1172857) @@ -3,7 +3,7 @@ _hkgname=barbies pkgname=haskell-barbies pkgver=2.0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Classes for working with types that can change clothes." url="https://github.com/jcpetruzza/barbies#readme" license=("BSD") @@ -18,12 +18,12 @@ 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 \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --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 @@ -32,7 +32,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
