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

Felix Yan felixonmars at archlinux.org
Sun May 30 23:17:56 UTC 2021


    Date: Sunday, May 30, 2021 @ 23:17:56
  Author: felixonmars
Revision: 950970

upgpkg: haskell-unicode-collation 0.1.3-2: rebuild with unliftio 0.2.16

Modified:
  haskell-unicode-collation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 23:17:15 UTC (rev 950969)
+++ PKGBUILD	2021-05-30 23:17:56 UTC (rev 950970)
@@ -3,7 +3,7 @@
 _hkgname=unicode-collation
 pkgname=haskell-unicode-collation
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell implementation of the Unicode Collation Algorithm"
 url="https://github.com/jgm/unicode-collation"
 license=("BSD")
@@ -28,7 +28,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
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list