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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 22 15:43:59 UTC 2021


    Date: Wednesday, September 22, 2021 @ 15:43:59
  Author: felixonmars
Revision: 1021634

upgpkg: haskell-lsp-test 0.14.0.0-44: rebuild with random 1.2.1

Modified:
  haskell-lsp-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 15:41:00 UTC (rev 1021633)
+++ PKGBUILD	2021-09-22 15:43:59 UTC (rev 1021634)
@@ -3,7 +3,7 @@
 _hkgname=lsp-test
 pkgname=haskell-lsp-test
 pkgver=0.14.0.0
-pkgrel=43
+pkgrel=44
 pkgdesc="Functional test framework for LSP servers."
 url="https://github.com/haskell/lsp/blob/master/lsp-test/README.md"
 license=("BSD")
@@ -30,7 +30,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