[arch-commits] Commit in haskell-config-value/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 8 06:42:11 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:42:11
  Author: felixonmars
Revision: 958669

upgpkg: haskell-config-value 0.8.1-2: rebuild with ghc 8.10.5

Modified:
  haskell-config-value/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:41:08 UTC (rev 958668)
+++ PKGBUILD	2021-06-08 06:42:11 UTC (rev 958669)
@@ -3,7 +3,7 @@
 _hkgname=config-value
 pkgname=haskell-config-value
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, layout-based value language similar to YAML or JSON"
 url="https://github.com/glguy/config-value"
 license=("MIT")
@@ -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