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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 24 20:13:33 UTC 2022


    Date: Wednesday, August 24, 2022 @ 20:13:33
  Author: felixonmars
Revision: 1276937

upgpkg: haskell-static-hash 0.0.1-2: rebuild with hashable 1.4.1.0

Modified:
  haskell-static-hash/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 20:13:23 UTC (rev 1276936)
+++ PKGBUILD	2022-08-24 20:13:33 UTC (rev 1276937)
@@ -3,7 +3,7 @@
 _hkgname=static-hash
 pkgname=haskell-static-hash
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Immutable hash"
 url="https://github.com/kazu-yamamoto/static-hash.git"
 license=("BSD")
@@ -18,11 +18,11 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
     --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