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

Felix Yan felixonmars at gemini.archlinux.org
Tue Jul 20 12:05:50 UTC 2021


    Date: Tuesday, July 20, 2021 @ 12:05:50
  Author: felixonmars
Revision: 979873

upgpkg: haskell-mod 0.1.2.2-2: rebuild with regex-posix 0.96.0.1

Modified:
  haskell-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 12:05:00 UTC (rev 979872)
+++ PKGBUILD	2021-07-20 12:05:50 UTC (rev 979873)
@@ -3,7 +3,7 @@
 _hkgname=mod
 pkgname=haskell-mod
 pkgver=0.1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast type-safe modular arithmetic"
 url="https://github.com/Bodigrim/mod"
 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() {




More information about the arch-commits mailing list