[arch-commits] Commit in haskell-doctemplates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 15:44:51 UTC 2021
Date: Friday, April 23, 2021 @ 15:44:50
Author: felixonmars
Revision: 922457
upgpkg: haskell-doctemplates 0.9-43: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-doctemplates/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 15:43:39 UTC (rev 922456)
+++ PKGBUILD 2021-04-23 15:44:50 UTC (rev 922457)
@@ -3,7 +3,7 @@
_hkgname=doctemplates
pkgname=haskell-doctemplates
pkgver=0.9
-pkgrel=42
+pkgrel=43
pkgdesc="Pandoc-style document templates"
url="https://github.com/jgm/doctemplates"
license=("BSD")
@@ -31,7 +31,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list