[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/177: gnu: ghc-aeson: Update to 1.2.4.0.
From: |
Ricardo Wurmus |
Subject: |
114/177: gnu: ghc-aeson: Update to 1.2.4.0. |
Date: |
Tue, 13 Feb 2018 07:38:21 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e74e1ad61008bb2af275c2cb879327f9e72a6b19
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 00:06:59 2018 +0100
gnu: ghc-aeson: Update to 1.2.4.0.
* gnu/packages/haskell-web.scm (ghc-aeson): Update to 1.2.4.0.
[inputs]: Add ghc-base-compat, ghc-tagged, ghc-th-abstraction,
ghc-time-locale-compat, ghc-uuid-types, ghc-integer-logarithms,
ghc-base-orphans, ghc-base16-bytestring, ghc-generic-deriving,
ghc-test-framework, ghc-test-framework-hunit,
ghc-test-framework-quickcheck2,
ghc-quickcheck-instances, and ghc-hashable-time; remove ghc-mtl and ghc-syb.
---
gnu/packages/haskell-web.scm | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 8aaa435..f738b69 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -726,7 +726,7 @@ Strict, Transitional and Frameset variants.")
(define-public ghc-aeson
(package
(name "ghc-aeson")
- (version "0.10.0.0")
+ (version "1.2.4.0")
(source
(origin
(method url-fetch)
@@ -736,21 +736,33 @@ Strict, Transitional and Frameset variants.")
".tar.gz"))
(sha256
(base32
- "19kp33rfivr4d3myyr8xn803wd7p8x5nc4wb3qvlgjwgyqjaxvrz"))))
+ "16zwpd07cmhs58wwsqbhxy3b58gqw8w5nr7nf6lwi4nvznjdn09l"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs
`(("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-base-compat" ,ghc-base-compat)
("ghc-dlist" ,ghc-dlist)
- ("ghc-mtl" ,ghc-mtl)
+ ("ghc-hashable" ,ghc-hashable)
("ghc-scientific" ,ghc-scientific)
- ("ghc-syb" ,ghc-syb)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-text" ,ghc-text)
+ ("ghc-th-abstraction" ,ghc-th-abstraction)
+ ("ghc-time-locale-compat" ,ghc-time-locale-compat)
("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-uuid-types" ,ghc-uuid-types)
("ghc-vector" ,ghc-vector)
- ("ghc-hashable" ,ghc-hashable)
- ("ghc-text" ,ghc-text)
("ghc-hunit" ,ghc-hunit)
- ("ghc-quickcheck" ,ghc-quickcheck)))
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-integer-logarithms" ,ghc-integer-logarithms)
+ ("ghc-base-orphans" ,ghc-base-orphans)
+ ("ghc-base16-bytestring" ,ghc-base16-bytestring)
+ ("ghc-generic-deriving" ,ghc-generic-deriving)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
+ ("ghc-hashable-time" ,ghc-hashable-time)))
(home-page "https://github.com/bos/aeson")
(synopsis "Fast JSON parsing and encoding")
(description "This package provides a JSON parsing and encoding library
- 139/177: gnu: ghc-kan-extensions: Update to 5.0.1., (continued)
- 139/177: gnu: ghc-kan-extensions: Update to 5.0.1., Ricardo Wurmus, 2018/02/13
- 136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0., Ricardo Wurmus, 2018/02/13
- 135/177: gnu: Add ghc-skylighting., Ricardo Wurmus, 2018/02/13
- 159/177: gnu: ghc-hs-bibutils: Update to 6.2.0.1., Ricardo Wurmus, 2018/02/13
- 148/177: gnu: ghc-semigroupoids: Update to 5.1., Ricardo Wurmus, 2018/02/13
- 174/177: gnu: ghc-trifecta: Update to 1.7.1.1., Ricardo Wurmus, 2018/02/13
- 177/177: gnu: Add ghc-megaparsec., Ricardo Wurmus, 2018/02/13
- 176/177: gnu: Add ghc-parser-combinators., Ricardo Wurmus, 2018/02/13
- 166/177: gnu: darcs: Remove ghc-process from inputs., Ricardo Wurmus, 2018/02/13
- 150/177: gnu: ghc-th-reify-many: Update to 0.1.6., Ricardo Wurmus, 2018/02/13
- 114/177: gnu: ghc-aeson: Update to 1.2.4.0.,
Ricardo Wurmus <=
- 132/177: gnu: Add ghc-tasty-expected-failure., Ricardo Wurmus, 2018/02/13
- 138/177: gnu: ghc-aeson-pretty: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 142/177: gnu: ghc-conduit-extra: Update to 1.1.13.3., Ricardo Wurmus, 2018/02/13
- 147/177: gnu: ghc-lens: Update to 4.15.4., Ricardo Wurmus, 2018/02/13
- 172/177: gnu: ghc-directory: Add note., Ricardo Wurmus, 2018/02/13
- 160/177: gnu: ghc-pandoc-citeproc: Update to 0.12.2.5., Ricardo Wurmus, 2018/02/13
- 157/177: gnu: ghc-monad-control: Update to 1.0.1.0., Ricardo Wurmus, 2018/02/13
- 73/177: gnu: ghc-lifted-base: Update to 0.2.3.8., Ricardo Wurmus, 2018/02/13
- 151/177: gnu: ghc-logging-facade: Update to 0.1.1., Ricardo Wurmus, 2018/02/13
- 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0., Ricardo Wurmus, 2018/02/13