Date: Thursday, August 26, 2021 @ 15:37:13 Author: felixonmars Revision: 1006266
upgpkg: haskell-ptr 0.16.8.1-2: rebuild with tasty 1.4.2 Modified: haskell-ptr/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-26 15:36:21 UTC (rev 1006265) +++ PKGBUILD 2021-08-26 15:37:13 UTC (rev 1006266) @@ -3,7 +3,7 @@ _hkgname=ptr pkgname=haskell-ptr pkgver=0.16.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Abstractions for operations on pointers" url="https://github.com/nikita-volkov/ptr" license=("MIT") @@ -23,7 +23,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 @@ -32,7 +32,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
