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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 24 11:57:00 UTC 2021


    Date: Friday, September 24, 2021 @ 11:57:00
  Author: felixonmars
Revision: 1023695

upgpkg: haskell-modern-uri 0.3.4.1-44: rebuild with vector 0.12.3.1

Modified:
  haskell-modern-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-24 11:54:15 UTC (rev 1023694)
+++ PKGBUILD	2021-09-24 11:57:00 UTC (rev 1023695)
@@ -3,7 +3,7 @@
 _hkgname=modern-uri
 pkgname=haskell-modern-uri
 pkgver=0.3.4.1
-pkgrel=43
+pkgrel=44
 pkgdesc="Modern library for working with URIs"
 url="https://github.com/mrkkrp/modern-uri"
 license=('BSD')
@@ -19,7 +19,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