Date: Wednesday, September 22, 2021 @ 11:37:10 Author: felixonmars Revision: 1021451
upgpkg: haskell-tasty-checklist 1.0.3.0-10: rebuild with random 1.2.1 Modified: haskell-tasty-checklist/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-22 11:35:52 UTC (rev 1021450) +++ PKGBUILD 2021-09-22 11:37:10 UTC (rev 1021451) @@ -3,7 +3,7 @@ _hkgname=tasty-checklist pkgname=haskell-tasty-checklist pkgver=1.0.3.0 -pkgrel=9 +pkgrel=10 pkgdesc="Check multiple items during a tasty test" url="https://github.com/kquick/tasty-checklist" license=("custom:ISC") @@ -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 \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie'
