Date: Monday, January 10, 2022 @ 19:04:50 Author: felixonmars Revision: 1099836
upgpkg: haskell-microlens-th 0.4.3.10-5: rebuild with ghc 9.0.2 Modified: haskell-microlens-th/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 19:03:56 UTC (rev 1099835) +++ PKGBUILD 2022-01-10 19:04:50 UTC (rev 1099836) @@ -3,7 +3,7 @@ _hkgname=microlens-th pkgname=haskell-microlens-th pkgver=0.4.3.10 -pkgrel=4 +pkgrel=5 pkgdesc="Automatic generation of record lenses for microlens" url="https://github.com/monadfix/microlens" 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 \ -finlining runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
