Date: Tuesday, January 11, 2022 @ 02:00:25 Author: felixonmars Revision: 1100273
upgpkg: haskell-hie-compat 0.2.0.0-3: rebuild with ghc 9.0.2 Modified: haskell-hie-compat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:59:59 UTC (rev 1100272) +++ PKGBUILD 2022-01-11 02:00:25 UTC (rev 1100273) @@ -3,7 +3,7 @@ _hkgname=hie-compat pkgname=haskell-hie-compat pkgver=0.2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="HIE files for GHC 8.6 and other HIE file backports" url="https://hackage.haskell.org/package/hie-compat" 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'
