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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 11:08:46 UTC 2021


    Date: Wednesday, September 22, 2021 @ 11:08:46
  Author: felixonmars
Revision: 1021435

upgpkg: haskell-req 3.9.1-36: rebuild with random 1.2.1

Modified:
  haskell-req/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 11:05:09 UTC (rev 1021434)
+++ PKGBUILD	2021-09-22 11:08:46 UTC (rev 1021435)
@@ -3,7 +3,7 @@
 _hkgname=req
 pkgname=haskell-req
 pkgver=3.9.1
-pkgrel=35
+pkgrel=36
 pkgdesc="HTTP client library"
 url="https://github.com/mrkkrp/req"
 license=('BSD')
@@ -27,7 +27,7 @@
     
   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'
 



More information about the arch-commits mailing list