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

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 21:11:54 UTC 2021


    Date: Monday, September 20, 2021 @ 21:11:54
  Author: felixonmars
Revision: 1019766

remove hack as the root cause has been fixed in ghc 9.0.1-2

Modified:
  haskell-shakespeare/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:10:29 UTC (rev 1019765)
+++ PKGBUILD	2021-09-20 21:11:54 UTC (rev 1019766)
@@ -32,8 +32,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/yesodweb/shakespeare/issues/256
-    runhaskell Setup test --show-details=direct || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list