Date: Friday, September 24, 2021 @ 00:21:12 Author: felixonmars Revision: 1022975
upgpkg: haskell-foundation 0.0.26.1-24: rebuild with vector 0.12.3.1 Modified: haskell-foundation/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 00:18:21 UTC (rev 1022974) +++ PKGBUILD 2021-09-24 00:21:12 UTC (rev 1022975) @@ -4,7 +4,7 @@ _hkgname=foundation pkgname=haskell-foundation pkgver=0.0.26.1 -pkgrel=23 +pkgrel=24 pkgdesc="Alternative prelude with batteries and no dependencies" url="https://github.com/haskell-foundation/foundation" 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 --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-experimental -f-minimal-deps -f-doctest -flinktest -f-bounds-check runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
