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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 17:47:40 UTC 2021


    Date: Wednesday, April 21, 2021 @ 17:47:40
  Author: felixonmars
Revision: 920547

upgpkg: dhall 1.38.1-11: rebuild with inspection-testing 0.4.4.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 17:41:16 UTC (rev 920546)
+++ PKGBUILD	2021-04-21 17:47:40 UTC (rev 920547)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.38.1
-pkgrel=10
+pkgrel=11
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -40,7 +40,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list