mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: ghc-warp: Update to 3.2.27.
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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
784e601e60
commit
4913af19f4
1 changed files with 2 additions and 3 deletions
|
@ -550,7 +550,7 @@ transfers.")
|
||||||
(define-public ghc-warp
|
(define-public ghc-warp
|
||||||
(package
|
(package
|
||||||
(name "ghc-warp")
|
(name "ghc-warp")
|
||||||
(version "3.2.23")
|
(version "3.2.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -558,8 +558,7 @@ transfers.")
|
||||||
"warp-" version "/" "warp-" version
|
"warp-" version "/" "warp-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76"))))
|
||||||
"12v9qhi4hyp0sb90yddsax16jj7x47nmqwn53sv7b5nszcxgzam0"))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-async" ,ghc-async)
|
`(("ghc-async" ,ghc-async)
|
||||||
|
|
Loading…
Add table
Reference in a new issue