all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36105] [PATCH] gnu: ghc-warp: Update to 3.2.27.
@ 2019-06-05 18:38 Robert Vollmert
  2019-06-06 18:31 ` bug#36105: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-05 18:38 UTC (permalink / raw)
  To: 36105; +Cc: Robert Vollmert

This fixes a sporadic test failure: https://github.com/yesodweb/wai/issues/751

* gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.27.
---
 gnu/packages/haskell-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 870c0ba068..2705c372e6 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -541,7 +541,7 @@ transfers.")
 (define-public ghc-warp
   (package
     (name "ghc-warp")
-    (version "3.2.23")
+    (version "3.2.27")
     (source
      (origin
        (method url-fetch)
@@ -549,8 +549,7 @@ transfers.")
                            "warp-" version "/" "warp-" version
                            ".tar.gz"))
        (sha256
-        (base32
-         "12v9qhi4hyp0sb90yddsax16jj7x47nmqwn53sv7b5nszcxgzam0"))))
+        (base32 "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)
-- 
2.20.1 (Apple Git-117)

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

* bug#36105: [PATCH] gnu: ghc-warp: Update to 3.2.27.
  2019-06-05 18:38 [bug#36105] [PATCH] gnu: ghc-warp: Update to 3.2.27 Robert Vollmert
@ 2019-06-06 18:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-06 18:31 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36105-done

Robert Vollmert <rob@vllmrt.net> skribis:

> This fixes a sporadic test failure: https://github.com/yesodweb/wai/issues/751
>
> * gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.27.

Applied, thanks!

Ludo'.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 18:38 [bug#36105] [PATCH] gnu: ghc-warp: Update to 3.2.27 Robert Vollmert
2019-06-06 18:31 ` bug#36105: " 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.