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

Felix Yan felixonmars at archlinux.org
Tue Jun 22 06:32:19 UTC 2021


    Date: Tuesday, June 22, 2021 @ 06:32:19
  Author: felixonmars
Revision: 966793

upgpkg: dhall 1.39.0-5: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 04:10:56 UTC (rev 966792)
+++ PKGBUILD	2021-06-22 06:32:19 UTC (rev 966793)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.39.0
-pkgrel=4
+pkgrel=5
 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 --show-details=direct
+    runhaskell Setup test --show-details=direct || echo "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list