[arch-commits] Commit in haskell-mustache/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:47:33 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:47:32
  Author: felixonmars
Revision: 920679

upgpkg: haskell-mustache 2.3.1-311: rebuild with HsOpenSSL 0.11.7

Modified:
  haskell-mustache/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:45:52 UTC (rev 920678)
+++ PKGBUILD	2021-04-21 20:47:32 UTC (rev 920679)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.1
-pkgrel=310
+pkgrel=311
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache"
 license=('BSD')
@@ -30,7 +30,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list