gnu: ghc-wai-logger: Update to 2.3.2.

* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.2.
This commit is contained in:
Timothy Sample 2018-08-29 00:56:47 -04:00 committed by Ricardo Wurmus
parent 6d2fd200f4
commit 7b19f0a803
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -420,7 +420,7 @@ communication between web applications and web servers.")
(define-public ghc-wai-logger (define-public ghc-wai-logger
(package (package
(name "ghc-wai-logger") (name "ghc-wai-logger")
(version "2.3.0") (version "2.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -430,7 +430,7 @@ communication between web applications and web servers.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1w0b0vinsyqr37wciljkz8g5dcmfi2r210lq194a0wkycly9kkch")))) "0w5ldq4gplc16zzk5ikmbbjw79imaqvw8p6lylaw3hlsbn3zzm4d"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported (arguments `(#:tests? #f)) ; FIXME: Tests cannot find libraries exported
; by propagated-inputs. ; by propagated-inputs.