gnu: ghc-wai-logger: Update to 2.3.0.
* gnu/packages/haskell-web.scm (ghc-wai-logger): Update to 2.3.0.
This commit is contained in:
parent
92299af06c
commit
95f92da75b
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,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.2.4.1")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -401,7 +401,7 @@ communication between web applications and web servers.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s6svvy3ci4j1dj1jaw8hg628miwj8f5gpy9n8d8hpsaxav6nzgk"))))
|
"1w0b0vinsyqr37wciljkz8g5dcmfi2r210lq194a0wkycly9kkch"))))
|
||||||
(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.
|
||||||
|
|
Reference in a new issue