Date: Monday, January 10, 2022 @ 16:36:00 Author: felixonmars Revision: 1099422
upgpkg: haskell-stringsearch 0.3.6.6-24: rebuild with ghc 9.0.2 Modified: haskell-stringsearch/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 16:35:18 UTC (rev 1099421) +++ PKGBUILD 2022-01-10 16:36:00 UTC (rev 1099422) @@ -4,7 +4,7 @@ _hkgname=stringsearch pkgname=haskell-stringsearch pkgver=0.3.6.6 -pkgrel=23 +pkgrel=24 pkgdesc="Fast searching, splitting and replacing of ByteStrings" url="https://bitbucket.org/dafis/stringsearch" license=("BSD") @@ -24,7 +24,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-base3 -fbase4 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
