Date: Thursday, September 23, 2021 @ 11:07:51 Author: felixonmars Revision: 1021803
upgpkg: haskell-hls-graph 1.4.0.0-38: rebuild with random 1.2.1 Modified: haskell-hls-graph/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 11:06:58 UTC (rev 1021802) +++ PKGBUILD 2021-09-23 11:07:51 UTC (rev 1021803) @@ -3,7 +3,7 @@ _hkgname=hls-graph pkgname=haskell-hls-graph pkgver=1.4.0.0 -pkgrel=37 +pkgrel=38 pkgdesc="Haskell Language Server internal graph API" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") @@ -23,7 +23,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'
