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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jan 7 21:16:24 UTC 2022


    Date: Friday, January 7, 2022 @ 21:16:23
  Author: felixonmars
Revision: 1096396

upgpkg: haskell-random-bytestring 0.1.4-3: rebuild with hspec 2.8.4, hspec-core 2.8.4, hspec-discover 2.8.4

Modified:
  haskell-random-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 21:15:49 UTC (rev 1096395)
+++ PKGBUILD	2022-01-07 21:16:23 UTC (rev 1096396)
@@ -3,7 +3,7 @@
 _hkgname=random-bytestring
 pkgname=haskell-random-bytestring
 pkgver=0.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Efficient generation of random bytestrings"
 url="https://www.github.com/larskuhtz/random-bytestring"
 license=("MIT")
@@ -23,11 +23,11 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$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



More information about the arch-commits mailing list