Date: Wednesday, April 5, 2023 @ 09:12:09 Author: felixonmars Revision: 1436757
upgpkg: haskell-hls-explicit-record-fields-plugin 1.0.0.0-2: rebuild with syb 0.7.2.3 Modified: haskell-hls-explicit-record-fields-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-05 09:10:57 UTC (rev 1436756) +++ PKGBUILD 2023-04-05 09:12:09 UTC (rev 1436757) @@ -3,7 +3,7 @@ _hkgname=hls-explicit-record-fields-plugin pkgname=haskell-hls-explicit-record-fields-plugin pkgver=1.0.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Explicit record fields plugin for Haskell Language Server" url="https://github.com/haskell/haskell-language-server" license=("BSD") @@ -24,11 +24,11 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$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' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
