gnu: ghc-aeson-pretty: Update to 0.8.5.

* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.5.
[inputs]: Add ghc-base-compat and ghc-scientific.
This commit is contained in:
Ricardo Wurmus 2018-02-13 10:43:15 +01:00
parent 64b5cce93a
commit 95796f81a6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 4 deletions

View File

@ -780,7 +780,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
(define-public ghc-aeson-pretty (define-public ghc-aeson-pretty
(package (package
(name "ghc-aeson-pretty") (name "ghc-aeson-pretty")
(version "0.8.2") (version "0.8.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -788,14 +788,15 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1c5r1w1hcv297pmj9yjpz9al22k3mh61gimi37wddga02212kd3c")))) "1yd98972srlbkn0f2jhrb3f443j9wnq2fnw5gbxjxzmkcinfh5yx"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-aeson" ,ghc-aeson) `(("ghc-aeson" ,ghc-aeson)
("ghc-base-compat" ,ghc-base-compat)
("ghc-scientific" ,ghc-scientific)
("ghc-vector" ,ghc-vector) ("ghc-vector" ,ghc-vector)
("ghc-text" ,ghc-text) ("ghc-text" ,ghc-text)
("ghc-unordered-containers" ("ghc-unordered-containers" ,ghc-unordered-containers)
,ghc-unordered-containers)
("ghc-attoparsec" ,ghc-attoparsec) ("ghc-attoparsec" ,ghc-attoparsec)
("ghc-cmdargs" ,ghc-cmdargs))) ("ghc-cmdargs" ,ghc-cmdargs)))
(home-page "https://github.com/informatikr/aeson-pretty") (home-page "https://github.com/informatikr/aeson-pretty")