Date: Monday, January 2, 2023 @ 17:44:17 Author: felixonmars Revision: 1373340
upgpkg: haskell-doctest-discover 0.2.0.0-2: rebuild with haskell-lexer 1.1.1 Modified: haskell-doctest-discover/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 17:44:11 UTC (rev 1373339) +++ PKGBUILD 2023-01-02 17:44:17 UTC (rev 1373340) @@ -4,7 +4,7 @@ pkgname=haskell-doctest-discover pkgver=0.2.0.0 _commit=04b6b1f9fa93518e49d7a95052e6efc2d2d2dabe -pkgrel=1 +pkgrel=2 pkgdesc="Easy way to run doctests via cabal" url="http://github.com/karun012/doctest-discover" license=("custom:PublicDomain") @@ -25,12 +25,12 @@ cd $_hkgname-$_commit PATH="$PWD/dist/build/doctest-discover:$PATH" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=haskell-doctest-discover --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --datasubdir=haskell-doctest-discover --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 @@ -39,7 +39,7 @@ check() { cd $_hkgname-$_commit - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
