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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 23 10:28:30 UTC 2021


    Date: Thursday, September 23, 2021 @ 10:28:30
  Author: felixonmars
Revision: 1021777

upgpkg: haskell-servant-client 0.18.3-33: rebuild with random 1.2.1

Modified:
  haskell-servant-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 10:25:54 UTC (rev 1021776)
+++ PKGBUILD	2021-09-23 10:28:30 UTC (rev 1021777)
@@ -3,7 +3,7 @@
 _hkgname=servant-client
 pkgname=haskell-servant-client
 pkgver=0.18.3
-pkgrel=32
+pkgrel=33
 pkgdesc="Automatic derivation of querying functions for servant"
 url="http://docs.servant.dev/"
 license=("BSD")
@@ -29,7 +29,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