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

Felix Yan felixonmars at archlinux.org
Wed Jun 27 14:25:23 UTC 2018


    Date: Wednesday, June 27, 2018 @ 14:25:23
  Author: felixonmars
Revision: 346364

upgpkg: haskell-websockets 0.12.5.1-3

rebuild with network 2.7.0.1

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-27 14:20:47 UTC (rev 346363)
+++ PKGBUILD	2018-06-27 14:25:23 UTC (rev 346364)
@@ -5,7 +5,7 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.12.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -39,7 +39,8 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    # Tests hang: https://github.com/jaspervdj/websockets/issues/180
+    # runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list