samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 87a8f8adeca52cb323ba27086ac7a60732cd3d29
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 14:24:37 2019 -0400
gnu: ghc-wai-logger: Update to 2.3.5.
* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.5.
---
gnu/packages/haskell-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 84d4693..6a5b7e0 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -414,7 +414,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-logger
(package
(name "ghc-wai-logger")
- (version "2.3.2")
+ (version "2.3.5")
(source
(origin
(method url-fetch)
@@ -424,7 +424,7 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
- "0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
+ "05gbipyw0672irynsc3wqvvgzqixhmq69ay2mxh2phb734r8bcmm"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
; by propagated-inputs.