[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53691] Add ghc-lens-aeson
From: |
WinterHound |
Subject: |
[bug#53691] Add ghc-lens-aeson |
Date: |
Tue, 1 Feb 2022 15:02:10 +0530 |
---
gnu/packages/haskell-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index bf704abe85..7a42a430d0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6785,6 +6785,34 @@ (define-public ghc-lens
indexed variants.")
(license license:bsd-3)))
+(define-public ghc-lens-aeson
+ (package
+ (name "ghc-lens-aeson")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "lens-aeson" version))
+ (sha256
+ (base32 "05jyn6rn0anhgfmk754gmmpcy5jv3ki213z4v243n9jvdjdlg7ms"))))
+ (build-system haskell-build-system)
+ (inputs
+ (list ghc-lens
+ ghc-vector
+ ghc-unordered-containers
+ ghc-attoparsec
+ ghc-aeson
+ ghc-scientific))
+ (arguments
+ `(#:cabal-revision
+ ("1" "0l1hkkpp4blkhmbpswl6lqww6wpfm327f8knq1lskhnisbnfmj2j")))
+ (home-page "http://github.com/lens/lens-aeson/")
+ (synopsis "Law-abiding lenses for aeson")
+ (description "The goal of @code{lens-aeson} is to provide traversals and
+ prisms for the @code{Aeson}library's Value type, while obeying
+the @code{Traversal/Prism} laws.")
+ (license license:expat)))
+
(define-public ghc-lens-family-core
(package
(name "ghc-lens-family-core")
--
2.34.0
- [bug#53684] Add ghc-tdigest, WinterHound, 2022/02/01
- [bug#53683] Add ghc-pipes-parse, WinterHound, 2022/02/01
- [bug#53686] Add ghc-pipes-bytestring, WinterHound, 2022/02/01
- [bug#53687] Add ghc-pipes-safe, WinterHound, 2022/02/01
- [bug#53691] Add ghc-lens-aeson,
WinterHound <=
- [bug#53692] Add ghc-indexed-profunctors, WinterHound, 2022/02/01
- [bug#53689] Add ghc-concise, WinterHound, 2022/02/01
- [bug#53688] Add ghc-monad-time, WinterHound, 2022/02/01
- [bug#53690] Add ghc-machines, WinterHound, 2022/02/01
- [bug#53685] Add ghc-pipes-group, WinterHound, 2022/02/01