gnu: ghc-wai-extra: Update to 3.0.24.2.

* gnu/packages/haskell-web.scm (ghc-wai-extra): Update to 3.0.24.2.
master
Timothy Sample 2018-08-29 00:59:53 -04:00 committed by Ricardo Wurmus
parent 9516ef4f93
commit 6369346e54
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -453,7 +453,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-extra
(package
(name "ghc-wai-extra")
(version "3.0.18")
(version "3.0.24.2")
(source
(origin
(method url-fetch)
@ -463,7 +463,7 @@ communication between web applications and web servers.")
".tar.gz"))
(sha256
(base32
"0r079mqqdv14fp97w0rigdpwk6b88grpjlqsjc5y8bbc0skf5za2"))))
"07gcgq59dki5drkjci9ka34xjsy3bqilbsx0lsc4905w9jlyfbci"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)