[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
280/290: gnu: Add ghc-microlens-aeson.
From: |
guix-commits |
Subject: |
280/290: gnu: Add ghc-microlens-aeson. |
Date: |
Wed, 6 Nov 2019 08:23:28 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit ed72ac55aec76b764f1e782eacb8d8fd465179b3
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:30:45 2019 -0500
gnu: Add ghc-microlens-aeson.
* gnu/packages/haskell-xyz.scm (ghc-microlens-aeson): New variable.
---
gnu/packages/haskell-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 8e5267d..6fd4e1c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6495,6 +6495,36 @@ combinators (like @code{failing} and @code{singular}),
but everything else is
stripped. As the result, this package has no dependencies.")
(license license:bsd-3)))
+(define-public ghc-microlens-aeson
+ (package
+ (name "ghc-microlens-aeson")
+ (version "2.3.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "microlens-aeson/microlens-aeson-" version
".tar.gz"))
+ (sha256
+ (base32
+ "0w630kk5bnily1qh41081gqgbwmslrh5ad21899gwnb2r3jripyw"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-aeson" ,ghc-aeson)
+ ("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-hashable" ,ghc-hashable)
+ ("ghc-microlens" ,ghc-microlens)
+ ("ghc-scientific" ,ghc-scientific)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-vector" ,ghc-vector)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
+ (home-page "https://github.com/fosskers/microlens-aeson")
+ (synopsis "Law-abiding lenses for Aeson, using microlens")
+ (description "This library provides law-abiding lenses for Aeson, using
+microlens.")
+ (license license:expat)))
+
(define-public ghc-microlens-ghc
(package
(name "ghc-microlens-ghc")
- 286/290: gnu: ghc-pandoc-citeproc: Update to 0.16.2., (continued)
- 286/290: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/06
- 244/290: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/06
- 290/290: gnu: darcs: Fix Cabal dependency constraints., guix-commits, 2019/11/06
- 222/290: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/06
- 242/290: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/06
- 228/290: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/06
- 254/290: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/06
- 259/290: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/06
- 260/290: gnu: ghc-yesod-core: Update to 1.6.16.1., guix-commits, 2019/11/06
- 263/290: gnu: ghc-linear: Update to 1.20.9., guix-commits, 2019/11/06
- 280/290: gnu: Add ghc-microlens-aeson.,
guix-commits <=
- 287/290: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/06
- 289/290: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/06
- 284/290: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/06