Date: Monday, January 10, 2022 @ 18:20:27 Author: felixonmars Revision: 1099732
upgpkg: haskell-ed25519 0.0.5.0-24: rebuild with ghc 9.0.2 Modified: haskell-ed25519/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 18:19:59 UTC (rev 1099731) +++ PKGBUILD 2022-01-10 18:20:27 UTC (rev 1099732) @@ -4,7 +4,7 @@ _hkgname=ed25519 pkgname=haskell-ed25519 pkgver=0.0.5.0 -pkgrel=23 +pkgrel=24 pkgdesc="Ed25519 cryptographic signatures" url="http://thoughtpolice.github.com/hs-ed25519" license=("MIT") @@ -23,7 +23,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 \ -f-test-properties -f-test-hlint -f-test-doctests -fno-donna runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
