Date: Monday, January 10, 2022 @ 16:42:26 Author: felixonmars Revision: 1099444
upgpkg: haskell-uglymemo 0.1.0.1-22: rebuild with ghc 9.0.2 Modified: haskell-uglymemo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:42:02 UTC (rev 1099443) +++ PKGBUILD 2022-01-10 16:42:26 UTC (rev 1099444) @@ -4,7 +4,7 @@ _hkgname=uglymemo pkgname=haskell-uglymemo pkgver=0.1.0.1 -pkgrel=21 +pkgrel=22 pkgdesc="A simple (but internally ugly) memoization function" url="https://hackage.haskell.org/package/uglymemo" license=("custom:PublicDomain") @@ -19,7 +19,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
