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

* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.
[inputs]: Remove ghc-blaze-builder.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Robert Vollmert 2019-06-05 23:43:22 +02:00 committed by Arun Isaac
parent 4913af19f4
commit 4c7ffc2ab0
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -5,6 +5,7 @@
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net> ;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -118,7 +119,7 @@ (define-public ghc-httpd-shed
(define-public ghc-http-types (define-public ghc-http-types
(package (package
(name "ghc-http-types") (name "ghc-http-types")
(version "0.12.1") (version "0.12.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -126,7 +127,7 @@ (define-public ghc-http-types
"http-types-" version ".tar.gz")) "http-types-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz")))) "05j00b9nqmwh9zaq9y9x50k81v2pd3j7a71kd91zlnbl8xk4m2jf"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-doctest" ,ghc-doctest) `(("ghc-doctest" ,ghc-doctest)
@ -136,7 +137,6 @@ (define-public ghc-http-types
("hspec-discover" ,hspec-discover))) ("hspec-discover" ,hspec-discover)))
(inputs (inputs
`(("ghc-case-insensitive" ,ghc-case-insensitive) `(("ghc-case-insensitive" ,ghc-case-insensitive)
("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-text" ,ghc-text))) ("ghc-text" ,ghc-text)))
(home-page "https://github.com/aristidb/http-types") (home-page "https://github.com/aristidb/http-types")
(synopsis "Generic HTTP types for Haskell") (synopsis "Generic HTTP types for Haskell")