Date: Tuesday, July 20, 2021 @ 06:19:03 Author: felixonmars Revision: 979121
upgpkg: haskell-indexed-list-literals 0.2.1.3-2: rebuild with regex-posix 0.96.0.1 Modified: haskell-indexed-list-literals/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-20 06:18:25 UTC (rev 979120) +++ PKGBUILD 2021-07-20 06:19:03 UTC (rev 979121) @@ -3,7 +3,7 @@ _hkgname=indexed-list-literals pkgname=haskell-indexed-list-literals pkgver=0.2.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Type safe indexed list literals" url="https://github.com/davidm-d/indexed-list-literals" license=("BSD") @@ -22,7 +22,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 @@ -31,7 +31,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
