[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/154: gnu: Add ghc-aeson.
From: |
Paul |
Subject: |
96/154: gnu: Add ghc-aeson. |
Date: |
Thu, 22 Oct 2015 16:15:44 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ec0362bf8c77370c683f67def5aedb0c337523da
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 | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 49a5e09..e8d23be 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3156,4 +3156,40 @@ and space efficient. They are represented using
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 "This package provides 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
- 85/154: gnu: Add ghc-tasty., (continued)
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/22
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 96/154: gnu: Add ghc-aeson.,
Paul <=
- 102/154: gnu: Add HScolour., Paul, 2015/10/22
- 100/154: gnu: Add ghc-distributive., Paul, 2015/10/22
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/22
- 103/154: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 106/154: gnu: Add ghc-semigroupoids., Paul, 2015/10/22
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/22
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/22
- 104/154: gnu: Add ghc-extra., Paul, 2015/10/22