[arch-commits] Commit in haskell-network-run/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 22 18:02:59 UTC 2021


    Date: Thursday, April 22, 2021 @ 18:02:59
  Author: felixonmars
Revision: 921404

upgpkg: haskell-network-run 0.2.4-2: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-network-run/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 18:02:20 UTC (rev 921403)
+++ PKGBUILD	2021-04-22 18:02:59 UTC (rev 921404)
@@ -3,7 +3,7 @@
 _hkgname=network-run
 pkgname=haskell-network-run
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple network runner library"
 url="https://github.com/kazu-yamamoto/network-run"
 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() {



More information about the arch-commits mailing list