[arch-commits] Commit in haskell-tasty-sugar/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jun 23 05:16:17 UTC 2021
Date: Wednesday, June 23, 2021 @ 05:16:17
Author: felixonmars
Revision: 966995
upgpkg: haskell-tasty-sugar 1.1.1.0-2: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0
Modified:
haskell-tasty-sugar/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-23 05:14:59 UTC (rev 966994)
+++ PKGBUILD 2021-06-23 05:16:17 UTC (rev 966995)
@@ -3,7 +3,7 @@
_hkgname=tasty-sugar
pkgname=haskell-tasty-sugar
pkgver=1.1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tests defined by Search Using Golden Answer References"
url="https://github.com/kquick/tasty-sugar"
license=("custom:ISC")
@@ -24,7 +24,7 @@
--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
@@ -33,7 +33,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list