summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:24:52 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:41 -0500
commit2f9be5e7dd23d1d44290ff48e06a42cd2f4bce5a (patch)
tree7a4f3fe849cf41971607adb8db4fee9bae03308d /gnu/packages/haskell-web.scm
parentc022a4d4e43cbed72517f145b8f72c41d8db401c (diff)
downloadguix-patches-2f9be5e7dd23d1d44290ff48e06a42cd2f4bce5a.tar
guix-patches-2f9be5e7dd23d1d44290ff48e06a42cd2f4bce5a.tar.gz
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'.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a6ed7e1c0d..a733405cde 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -550,7 +550,7 @@ transfers.")
(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 @@ transfers.")
"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 @@ transfers.")
("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)