Date: Thursday, September 23, 2021 @ 21:24:02 Author: felixonmars Revision: 1022823
upgpkg: haskell-quickcheck 2.14.2-215: rebuild with vector 0.12.3.1 Modified: haskell-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-23 21:21:25 UTC (rev 1022822) +++ PKGBUILD 2021-09-23 21:24:02 UTC (rev 1022823) @@ -5,7 +5,7 @@ _hkgname=QuickCheck pkgname=haskell-quickcheck pkgver=2.14.2 -pkgrel=214 +pkgrel=215 pkgdesc='Automatic testing of Haskell programs' url='https://hackage.haskell.org/package/QuickCheck' license=('BSD') @@ -21,7 +21,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 \ -ftemplateHaskell runhaskell Setup build $MAKEFLAGS
