[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/151: gnu: Add ghc-aeson.
From: |
Paul |
Subject: |
95/151: gnu: Add ghc-aeson. |
Date: |
Mon, 19 Oct 2015 08:58:22 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2864e820a1a626579a8e8b902a3c50b6a83c78a7
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:26:43 2015 +0200
gnu: Add ghc-aeson.
* gnu/packages/haskell.scm (ghc-aeson): New variable.
---
gnu/packages/haskell.scm | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aaf9bd1..4b5bfba 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3257,4 +3257,41 @@ using
@uref{http://en.wikipedia.org/wiki/Scientific_notation, scientific
notation}.")
(license bsd-3)))
+(define-public ghc-aeson
+ (package
+ (name "ghc-aeson")
+ (version "0.10.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/aeson/aeson-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "19kp33rfivr4d3myyr8xn803wd7p8x5nc4wb3qvlgjwgyqjaxvrz"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
+ (propagated-inputs
+ `(("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-dlist" ,ghc-dlist)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-scientific" ,ghc-scientific)
+ ("ghc-syb" ,ghc-syb)
+ ("ghc-vector" ,ghc-vector)))
+ (inputs
+ `(("ghc-hashable" ,ghc-hashable)
+ ("ghc-text" ,ghc-text)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "https://github.com/bos/aeson")
+ (synopsis "Fast JSON parsing and encoding")
+ (description
+ "A JSON parsing and encoding library for Haskell, optimized for ease of
+use and high performance. (A note on naming: in Greek mythology, Aeson was
+the father of Jason.)")
+ (license bsd-3)))
+
;;; haskell.scm ends here
- 84/151: gnu: Add ghc-lifted-base., (continued)
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/19
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/19
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/19
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/19
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/19
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/19
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/19
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/19
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/19
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/19
- 95/151: gnu: Add ghc-aeson.,
Paul <=
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/19
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/19
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/19
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/19
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/19
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/19
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/19
- 106/151: gnu: Add ghc-reducers., Paul, 2015/10/19
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/19
- 105/151: gnu: Add ghc-semigroupoids., Paul, 2015/10/19