Date: Sunday, August 21, 2022 @ 09:24:33 Author: felixonmars Revision: 1272050
upgpkg: haskell-oeis 0.3.10-2: rebuild with ChasingBottoms 1.3.1.12 Modified: haskell-oeis/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-21 09:16:12 UTC (rev 1272049) +++ PKGBUILD 2022-08-21 09:24:33 UTC (rev 1272050) @@ -3,7 +3,7 @@ _hkgname=oeis pkgname=haskell-oeis pkgver=0.3.10 -pkgrel=1 +pkgrel=2 pkgdesc="Interface to the Online Encyclopedia of Integer Sequences (OEIS)" url="https://github.com/niteria/oeis.git" license=("BSD") @@ -23,12 +23,12 @@ 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' \ -fnetwork-uri - 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 @@ -37,7 +37,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
