gnu: ghc-http-types: Update to 0.11.
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.11.
This commit is contained in:
parent
12746aa9b8
commit
a08801e205
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ for screen-scraping.")
|
||||||
(define-public ghc-http-types
|
(define-public ghc-http-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-types")
|
(name "ghc-http-types")
|
||||||
(version "0.9")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -105,7 +105,7 @@ for screen-scraping.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ny15jgm5skhs2yx6snr13lrnw19hwjgfygrpsmhib8wqa8cz8cc"))))
|
"08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find
|
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find
|
||||||
; Blaze.Bytestring.Builder, which should be
|
; Blaze.Bytestring.Builder, which should be
|
||||||
|
|
Reference in a new issue