Date: Tuesday, January 11, 2022 @ 01:42:42 Author: felixonmars Revision: 1100227
upgpkg: haskell-generic-lens-lite 0.1-7: rebuild with ghc 9.0.2 Modified: haskell-generic-lens-lite/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:42:06 UTC (rev 1100226) +++ PKGBUILD 2022-01-11 01:42:42 UTC (rev 1100227) @@ -3,7 +3,7 @@ _hkgname=generic-lens-lite pkgname=haskell-generic-lens-lite pkgver=0.1 -pkgrel=6 +pkgrel=7 pkgdesc="Monomorphic field lens like with generic-lens" url="https://github.com/phadej/generic-lens-lite" license=("BSD") @@ -24,7 +24,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'
