gnu: ghc-warp: Update to 3.2.28.

* gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.28.
[inputs]: Add 'ghc-time-manager'.
This commit is contained in:
Timothy Sample 2019-10-31 14:24:52 -04:00
parent c022a4d4e4
commit 2f9be5e7dd
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -550,7 +550,7 @@ (define-public ghc-bsb-http-chunked
(define-public ghc-warp
(package
(name "ghc-warp")
(version "3.2.27")
(version "3.2.28")
(source
(origin
(method url-fetch)
@ -558,7 +558,7 @@ (define-public ghc-warp
"warp-" version "/" "warp-" version
".tar.gz"))
(sha256
(base32 "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76"))))
(base32 "0w2w3aiccpb2f8zssqiszcxzqdysihqi5xply23lwif5arz4saw7"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)
@ -570,6 +570,7 @@ (define-public ghc-warp
("ghc-iproute" ,ghc-iproute)
("ghc-network" ,ghc-network)
("ghc-streaming-commons" ,ghc-streaming-commons)
("ghc-time-manager" ,ghc-time-manager)
("ghc-unix-compat" ,ghc-unix-compat)
("ghc-vault" ,ghc-vault)
("ghc-wai" ,ghc-wai)