samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 290ca2683a861fca07e80640f42a6c7c5294bd44
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:18:39 2019 -0400
gnu: ghc-wai: Update to 3.2.2.1.
* gnu/packages/haskell-web.scm (ghc-wai): Update to 3.2.2.1.
---
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 1ebdae6..8904af7 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -379,7 +379,7 @@ which allow you to avoid direct usage of conduits.")
(define-public ghc-wai
(package
(name "ghc-wai")
- (version "3.2.1.2")
+ (version "3.2.2.1")
(source
(origin
(method url-fetch)
@@ -389,7 +389,7 @@ which allow you to avoid direct usage of conduits.")
".tar.gz"))
(sha256
(base32
- "0jr3b2789wa4m6mxkz12ynz4lfsqmgbrcy0am8karyqr3x3528r8"))))
+ "058871axlq6r0gcqxbjw37w57df9xbv81dmz99b1zq59wf329xzy"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bytestring-builder" ,ghc-bytestring-builder)