Date: Wednesday, April 28, 2021 @ 15:03:35 Author: felixonmars Revision: 924895
upgpkg: haskell-postgresql-simple 0.6.4-2: rebuild with inspection-testing 0.4.5.0 Modified: haskell-postgresql-simple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-28 15:01:56 UTC (rev 924894) +++ PKGBUILD 2021-04-28 15:03:35 UTC (rev 924895) @@ -3,7 +3,7 @@ _hkgname=postgresql-simple pkgname=haskell-postgresql-simple pkgver=0.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="Mid-Level PostgreSQL client library" url="http://github.com/haskellari/postgresql-simple" license=("BSD") @@ -31,7 +31,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 @@ -40,7 +40,7 @@ check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() {
