[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/45: gnu: ghc-aeson-compat: Update to 0.3.10.
From: |
guix-commits |
Subject: |
11/45: gnu: ghc-aeson-compat: Update to 0.3.10. |
Date: |
Tue, 2 Nov 2021 05:07:49 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit cf4ee324a502eaed687cf5d803e152745d924097
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:34 2021 +0200
gnu: ghc-aeson-compat: Update to 0.3.10.
* gnu/packages/haskell-xyz.scm (ghc-aeson-compat): Update to 0.3.10.
[inputs]: Remove ghc-exceptions, ghc-semigroups, and ghc-nats.
[native-inputs]: Add ghc-base-orphans.
---
gnu/packages/haskell-xyz.scm | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index aa7e315..d87c457 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -212,7 +212,7 @@ for Haskell.")
(define-public ghc-aeson-compat
(package
(name "ghc-aeson-compat")
- (version "0.3.9")
+ (version "0.3.10")
(source
(origin
(method url-fetch)
@@ -221,30 +221,25 @@ for Haskell.")
"aeson-compat-" version ".tar.gz"))
(sha256
(base32
- "1j13gykv4ryvmr14w5blz0nnpdb4p0hpa27wahw3mhb1lwdr8hz0"))))
+ "0ia3qfdpbrzhwwg4ywpdwca0z1m85k081pcz6jh1sx8qjsvcr71w"))))
(build-system haskell-build-system)
- (arguments
- `(#:cabal-revision
- ("7" "15aflmqs5y0yg2p4042yvnhxyp11ndlihs1dxj21bxfdzd1bbkrn")))
(inputs `(("ghc-base-compat" ,ghc-base-compat)
("ghc-aeson" ,ghc-aeson)
("ghc-attoparsec" ,ghc-attoparsec)
- ("ghc-attoparsec" ,ghc-attoparsec-iso8601)
- ("ghc-exceptions" ,ghc-exceptions)
+ ("ghc-attoparsec-iso8601" ,ghc-attoparsec-iso8601)
("ghc-hashable" ,ghc-hashable)
("ghc-scientific" ,ghc-scientific)
("ghc-time-locale-compat" ,ghc-time-locale-compat)
("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-vector" ,ghc-vector)
- ("ghc-tagged" ,ghc-tagged)
- ("ghc-semigroups" ,ghc-semigroups)
- ("ghc-nats" ,ghc-nats)))
+ ("ghc-tagged" ,ghc-tagged)))
(native-inputs
`(("ghc-tasty" ,ghc-tasty)
("ghc-tasty-hunit" ,ghc-tasty-hunit)
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)))
+ ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
+ ("ghc-base-orphans" ,ghc-base-orphans)))
(home-page "https://github.com/phadej/aeson-compat")
(synopsis "Compatibility layer for ghc-aeson")
(description "This Haskell package provides compatibility layer for
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., (continued)
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., guix-commits, 2021/11/02
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/11/02
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/11/02
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7., guix-commits, 2021/11/02
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10.,
guix-commits <=
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02
- 22/45: gnu: ghc-mono-traversable: Update to 1.0.15.3., guix-commits, 2021/11/02
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/11/02
- 25/45: gnu: ghc-doclayout: Update to 0.3.1.1., guix-commits, 2021/11/02
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., guix-commits, 2021/11/02
- 33/45: gnu: ghc-texmath: Update to 0.12.3.2., guix-commits, 2021/11/02
- 23/45: gnu: ghc-operational: Update to 0.2.4.0., guix-commits, 2021/11/02
- 26/45: gnu: ghc-pandoc-types: Update to 1.22.1., guix-commits, 2021/11/02