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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 15:56:51 UTC 2021


    Date: Friday, July 16, 2021 @ 15:56:51
  Author: felixonmars
Revision: 977630

upgpkg: haskell-arithmoi 0.12.0.0-2: rebuild with vector-sized 1.4.4

Modified:
  haskell-arithmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 15:54:47 UTC (rev 977629)
+++ PKGBUILD	2021-07-16 15:56:51 UTC (rev 977630)
@@ -3,7 +3,7 @@
 _hkgname=arithmoi
 pkgname=haskell-arithmoi
 pkgver=0.12.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Efficient basic number-theoretic functions."
 url="https://github.com/Bodigrim/arithmoi"
 license=("MIT")
@@ -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() {




More information about the arch-commits mailing list