Date: Friday, April 1, 2022 @ 05:56:51 Author: felixonmars Revision: 1179227
upgpkg: haskell-doctest-parallel 0.2.2-2: rebuild with hspec 2.9.4, hspec-core 2.9.4, hspec-discover 2.9.4, hspec-meta 2.9.3 Modified: haskell-doctest-parallel/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-01 05:56:44 UTC (rev 1179226) +++ PKGBUILD 2022-04-01 05:56:51 UTC (rev 1179227) @@ -3,7 +3,7 @@ _hkgname=doctest-parallel pkgname=haskell-doctest-parallel pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Test interactive Haskell examples" url="https://github.com/martijnbastiaan/doctest-parallel#readme" license=("MIT") @@ -21,12 +21,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 @@ -43,7 +43,7 @@ ls dist/package.conf.inplace/*.conf | sed 's|.*/\(.*\).conf$|package-id \1|' >> $_ghc_env_filename ls /usr/lib/ghc-9.0.2/package.conf.d/*.conf | sed 's|.*/\(.*\).conf$|package-id \1|' >> $_ghc_env_filename - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
