Date: Friday, July 2, 2021 @ 01:19:59 Author: felixonmars Revision: 970043
upgpkg: haskell-linear-base 0.1.0-2: rebuild with call-stack 0.4.0 Modified: haskell-linear-base/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-02 01:18:26 UTC (rev 970042) +++ PKGBUILD 2021-07-02 01:19:59 UTC (rev 970043) @@ -3,7 +3,7 @@ _hkgname=linear-base pkgname=haskell-linear-base pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Standard library for linear types" url="https://github.com/tweag/linear-base" license=("MIT") @@ -24,7 +24,7 @@ --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 @@ -33,7 +33,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
