[arch-commits] Commit in haskell-chimera/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jul 20 08:22:02 UTC 2021
Date: Tuesday, July 20, 2021 @ 08:22:02
Author: felixonmars
Revision: 979393
upgpkg: haskell-chimera 0.3.1.0-2: rebuild with regex-posix 0.96.0.1
Modified:
haskell-chimera/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 08:21:19 UTC (rev 979392)
+++ PKGBUILD 2021-07-20 08:22:02 UTC (rev 979393)
@@ -3,7 +3,7 @@
_hkgname=chimera
pkgname=haskell-chimera
pkgver=0.3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lazy infinite streams with O(1) indexing"
url="https://github.com/Bodigrim/chimera#readme"
license=("BSD")
@@ -23,7 +23,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
@@ -32,7 +32,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list