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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 11:10:20 UTC 2021


    Date: Wednesday, September 22, 2021 @ 11:10:20
  Author: felixonmars
Revision: 1021437

upgpkg: haskell-servant-client-core 0.18.3-23: rebuild with random 1.2.1

Modified:
  haskell-servant-client-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 11:08:58 UTC (rev 1021436)
+++ PKGBUILD	2021-09-22 11:10:20 UTC (rev 1021437)
@@ -3,7 +3,7 @@
 _hkgname=servant-client-core
 pkgname=haskell-servant-client-core
 pkgver=0.18.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Core functionality and class for client function generation for servant APIs"
 url="http://docs.servant.dev/"
 license=("BSD")
@@ -20,7 +20,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