summary refs log tree commit diff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:18:39 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:34 -0500
commit560f940b6c91fb5ed86a93c2355b68e505bb2127 (patch)
tree72a496cb5c38370426c8e64dd88fab381f2fdb09 /gnu/packages/haskell-web.scm
parenta3fd4dc7d8bb9f7dea949dd3bebb567dfcfa911b (diff)
downloadguix-560f940b6c91fb5ed86a93c2355b68e505bb2127.tar.gz
gnu: ghc-wai: Update to 3.2.2.1.
* gnu/packages/haskell-web.scm (ghc-wai): Update to 3.2.2.1.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index eea7378e27..39c82bd666 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)