gnu: ghc-blaze-html: Update to 0.8.1.2.

* gnu/packages/haskell-web.scm (ghc-blaze-html): Update to 0.8.1.2.
This commit is contained in:
Ricardo Wurmus 2018-02-13 00:06:26 +01:00
parent 4815c5978c
commit 31b49f51c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@ Strict, Transitional and Frameset variants.")
(define-public ghc-blaze-html (define-public ghc-blaze-html
(package (package
(name "ghc-blaze-html") (name "ghc-blaze-html")
(version "0.8.1.1") (version "0.8.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -711,7 +711,7 @@ Strict, Transitional and Frameset variants.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1dnw50kh0s405cg9i2y4a8awanhj3bqzk21jwgfza65kcjby7lpq")))) "1dzjgsvfgz9d944z8af9lsl8h5as72vsyc0m4nzkks8jh6rr5vpp"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing. (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs (inputs