Date: Thursday, September 23, 2021 @ 13:05:18 Author: felixonmars Revision: 1021875
upgpkg: haskell-language-server 1.2.0.0-67: rebuild with random 1.2.1 Modified: haskell-language-server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 13:02:11 UTC (rev 1021874) +++ PKGBUILD 2021-09-23 13:05:18 UTC (rev 1021875) @@ -2,7 +2,7 @@ pkgname=haskell-language-server pkgver=1.2.0.0 -pkgrel=66 +pkgrel=67 pkgdesc="LSP server for GHC" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") @@ -40,7 +40,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' -f-brittany -f-class -f-eval -f-refineImports -f-splice -f-tactic
