Date: Monday, January 10, 2022 @ 16:36:33 Author: felixonmars Revision: 1099424
upgpkg: haskell-digest 0.0.1.3-2: rebuild with ghc 9.0.2 Modified: haskell-digest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:36:08 UTC (rev 1099423) +++ PKGBUILD 2022-01-10 16:36:33 UTC (rev 1099424) @@ -4,7 +4,7 @@ _hkgname=digest pkgname=haskell-digest pkgver=0.0.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now." url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -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 \ -f-bytestring-in-base runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
