[arch-commits] Commit in haskell-quickcheck-classes/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jul 20 12:04:47 UTC 2021
Date: Tuesday, July 20, 2021 @ 12:04:47
Author: felixonmars
Revision: 979871
upgpkg: haskell-quickcheck-classes 0.6.5.0-2: rebuild with regex-posix 0.96.0.1
Modified:
haskell-quickcheck-classes/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 12:03:40 UTC (rev 979870)
+++ PKGBUILD 2021-07-20 12:04:47 UTC (rev 979871)
@@ -3,7 +3,7 @@
_hkgname=quickcheck-classes
pkgname=haskell-quickcheck-classes
pkgver=0.6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="QuickCheck common typeclasses"
url="https://github.com/andrewthad/quickcheck-classes#readme"
license=("BSD")
@@ -30,7 +30,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
@@ -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