Date: Thursday, September 23, 2021 @ 10:18:25 Author: felixonmars Revision: 1021760
upgpkg: haskell-shake 0.19.5-33: rebuild with random 1.2.1 Modified: haskell-shake/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 10:06:54 UTC (rev 1021759) +++ PKGBUILD 2021-09-23 10:18:25 UTC (rev 1021760) @@ -4,7 +4,7 @@ _hkgname=shake pkgname=haskell-shake pkgver=0.19.5 -pkgrel=32 +pkgrel=33 pkgdesc="Build system library, like Make, but more accurate dependencies." url="https://shakebuild.com" license=("BSD") @@ -35,7 +35,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ -f-portable -f-cloud -f-embed-files runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
