all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests.
@ 2019-06-03 22:02 Robert Vollmert
  2019-06-05 18:30 ` [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Robert Vollmert
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Vollmert @ 2019-06-03 22:02 UTC (permalink / raw)
  To: 36081; +Cc: Robert Vollmert

There's a sporadic test failure, showing up particularly in Nix/Guix
builds: https://github.com/fpco/streaming-commons/issues/49.

* gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests.
---
 gnu/packages/haskell.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 822b0499b6..a6eb7c3701 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1815,6 +1816,8 @@ version 1.3).")
         (base32
          "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:tests? #f))  ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49
     (inputs
      `(("ghc-async" ,ghc-async)
        ("ghc-blaze-builder" ,ghc-blaze-builder)
-- 
2.20.1 (Apple Git-117)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1.
  2019-06-03 22:02 [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests Robert Vollmert
@ 2019-06-05 18:30 ` Robert Vollmert
  2019-06-06 21:38   ` bug#36081: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Vollmert @ 2019-06-05 18:30 UTC (permalink / raw)
  To: 36081; +Cc: Robert Vollmert

This fixes a sporadic test failure, showing up particularly in Nix/Guix
builds: https://github.com/fpco/streaming-commons/issues/49.

* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1.
---

(I learnt that this is a place I might be able to put comments -- let's see.)

This replaces the previous version of the patch, after the issue has been
fixed in a new upstream release.

 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 877b89f21f..00e21be296 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1797,7 +1797,7 @@ version 1.3).")
 (define-public ghc-streaming-commons
   (package
     (name "ghc-streaming-commons")
-    (version "0.2.1.0")
+    (version "0.2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -1806,7 +1806,7 @@ version 1.3).")
                            version ".tar.gz"))
        (sha256
         (base32
-         "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
+         "1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52"))))
     (build-system haskell-build-system)
     (arguments
      `(#:tests? #f))  ; sporadic failure: https://github.com/fpco/streaming-commons/issues/49
-- 
2.20.1 (Apple Git-117)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#36081: [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1.
  2019-06-05 18:30 ` [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Robert Vollmert
@ 2019-06-06 21:38   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-06-06 21:38 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36081-done

Robert Vollmert <rob@vllmrt.net> skribis:

> This fixes a sporadic test failure, showing up particularly in Nix/Guix
> builds: https://github.com/fpco/streaming-commons/issues/49.
>
> * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1.

Pushed, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 22:02 [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests Robert Vollmert
2019-06-05 18:30 ` [bug#36081] [PATCH] gnu: ghc-streaming-commons: Update to 0.2.1.1 Robert Vollmert
2019-06-06 21:38   ` bug#36081: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.