[arch-commits] Commit in haskell-hedgehog-classes/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Dec 28 05:09:05 UTC 2021
Date: Tuesday, December 28, 2021 @ 05:09:05
Author: felixonmars
Revision: 1085115
upgpkg: haskell-hedgehog-classes 0.2.5.2-2: rebuild with tasty 1.4.2.1
Modified:
haskell-hedgehog-classes/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-28 05:08:10 UTC (rev 1085114)
+++ PKGBUILD 2021-12-28 05:09:05 UTC (rev 1085115)
@@ -3,7 +3,7 @@
_hkgname=hedgehog-classes
pkgname=haskell-hedgehog-classes
pkgver=0.2.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="Hedgehog will eat your typeclass bugs"
url="https://github.com/hedgehogqa/haskell-hedgehog-classes"
license=("BSD")
@@ -26,11 +26,11 @@
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'
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -39,7 +39,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list