Date: Monday, January 10, 2022 @ 18:18:00 Author: felixonmars Revision: 1099724
upgpkg: haskell-lift-type 0.1.0.1-4: rebuild with ghc 9.0.2 Modified: haskell-lift-type/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 18:17:35 UTC (rev 1099723) +++ PKGBUILD 2022-01-10 18:18:00 UTC (rev 1099724) @@ -3,7 +3,7 @@ _hkgname=lift-type pkgname=haskell-lift-type pkgver=0.1.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Lift a type from a Typeable constraint to a Template Haskell type" url="https://github.com/parsonsmatt/lift-type#readme" license=("BSD") @@ -18,7 +18,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'
