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

Felix Yan felixonmars at archlinux.org
Sun May 3 20:12:45 UTC 2020


    Date: Sunday, May 3, 2020 @ 20:12:44
  Author: felixonmars
Revision: 624620

enable test again

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-03 20:08:01 UTC (rev 624619)
+++ PKGBUILD	2020-05-03 20:12:44 UTC (rev 624620)
@@ -38,8 +38,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # Tests hang: https://github.com/jaspervdj/websockets/issues/180
-    # runhaskell Setup test
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list