samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 55418916cd36102a6dac7b5d19d4d461e6c712e0
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 eea7378..39c82bd 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -380,7 +380,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)
@@ -390,7 +390,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)