Date: Tuesday, January 11, 2022 @ 01:56:33 Author: felixonmars Revision: 1100263
upgpkg: haskell-some 1.0.3-4: rebuild with ghc 9.0.2 Modified: haskell-some/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 01:56:04 UTC (rev 1100262) +++ PKGBUILD 2022-01-11 01:56:33 UTC (rev 1100263) @@ -3,7 +3,7 @@ _hkgname=some pkgname=haskell-some pkgver=1.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Existential type: Some" url="https://github.com/phadej/some" license=("BSD") @@ -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'
