gnu: ghc-http-types: Update to 0.12.1.

* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.1.
This commit is contained in:
Ricardo Wurmus 2018-08-15 11:22:55 +02:00 committed by Ricardo Wurmus
parent 57f25c7d9e
commit 7da274a808
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -118,17 +118,15 @@ (define-public ghc-httpd-shed
(define-public ghc-http-types
(package
(name "ghc-http-types")
(version "0.11")
(version "0.12.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/http-types/http-types-"
version
".tar.gz"))
(uri (string-append "https://hackage.haskell.org/package/http-types/"
"http-types-" version ".tar.gz"))
(sha256
(base32
"08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
"1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-doctest" ,ghc-doctest)