Message ID | 20190605183810.80637-1-rob@vllmrt.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#36105] gnu: ghc-warp: Update to 3.2.27. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
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'.
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)