Date: Thursday, September 23, 2021 @ 14:41:15 Author: felixonmars Revision: 1022632
upgpkg: haskell-store 0.7.12-11: rebuild with th-expand-syns 0.13.12 Modified: haskell-store/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 14:36:35 UTC (rev 1022631) +++ PKGBUILD 2021-09-23 14:41:15 UTC (rev 1022632) @@ -3,7 +3,7 @@ _hkgname=store pkgname=haskell-store pkgver=0.7.12 -pkgrel=10 +pkgrel=11 pkgdesc="Fast binary serialization" url="https://github.com/mgsloan/store" license=('BSD') @@ -30,7 +30,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-comparison-bench -f-small-bench runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script
