[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
279/290: gnu: Add ghc-hsyaml.
From: |
guix-commits |
Subject: |
279/290: gnu: Add ghc-hsyaml. |
Date: |
Wed, 6 Nov 2019 08:23:28 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 46de711e67653207d12d074d1d1569c6406412eb
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 08:28:17 2019 -0500
gnu: Add ghc-hsyaml.
* gnu/packages/haskell-xyz.scm (ghc-hsyaml): New variable.
---
gnu/packages/haskell-xyz.scm | 45 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b3f718d..8e5267d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5205,6 +5205,51 @@ for Haskell. The functions provided by this module are
@code{upper},
@code{lower}, @code{len}, @code{reverse}, and @code{sub}.")
(license license:expat)))
+(define-public ghc-hsyaml
+ (package
+ (name "ghc-hsyaml")
+ (version "0.1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "HsYAML/HsYAML-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1pajfhj16559v64ixm8j7bvxdqmxg6c3c0z3wz7in8ckswgzfp54"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("1" "0j6qmmcz5yqh89hs2cq453maix50q61vl2h0ahj5lg02bygn42cf")))
+ (home-page "https://github.com/haskell-hvr/HsYAML")
+ (synopsis "Pure Haskell YAML 1.2 parser")
+ (description "This library provides a
+@url{http://yaml.org/spec/1.2/spec.html, YAML 1.2} parser implementation
+for Haskell. Its features include:
+
+@itemize
+@item Pure Haskell implementation with small dependency footprint and
+emphasis on strict compliance with the YAML 1.2 specification.
+
+@item Direct decoding to native Haskell types via (aeson-inspired)
+typeclass-based API (see @code{Data.YAML}).
+
+@item Support for constructing custom YAML node graph
+representation (including support for cyclic YAML data structures).
+
+@item Support for the standard (untyped) @emph{Failsafe}, (strict)
+@emph{JSON}, and (flexible) @emph{Core} ``schemas'' providing implicit
+typing rules as defined in the YAML 1.2 specification (including support
+for user-defined custom schemas).
+
+@item Event-based API resembling LibYAML's Event-based API (see
+@code{Data.YAML.Event}).
+
+@item Low-level API access to lexical token-based scanner (see
+@code{Data.YAML.Token}).
+@end itemize")
+ (license license:gpl2+)))
+
(define-public ghc-http-api-data
(package
(name "ghc-http-api-data")
- 274/290: gnu: Add ghc-tasty-lua., (continued)
- 274/290: gnu: Add ghc-tasty-lua., guix-commits, 2019/11/06
- 275/290: gnu: Add ghc-bitarray., guix-commits, 2019/11/06
- 278/290: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/06
- 219/290: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/06
- 229/290: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/06
- 243/290: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/06
- 265/290: gnu: ghc-tree-diff: Update to 0.1., guix-commits, 2019/11/06
- 266/290: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/06
- 249/290: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/06
- 277/290: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/06
- 279/290: gnu: Add ghc-hsyaml.,
guix-commits <=
- 281/290: gnu: Add ghc-aeson-diff., guix-commits, 2019/11/06
- 285/290: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/06
- 238/290: gnu: Add ghc-infer-license., guix-commits, 2019/11/06
- 234/290: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/06
- 237/290: gnu: Add ghc-text-metrics., guix-commits, 2019/11/06
- 200/290: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/06
- 212/290: gnu: ghc-uri-bytestring: Update to 0.3.2.2., guix-commits, 2019/11/06
- 215/290: gnu: ghc-either: Update to 5.0.1.1., guix-commits, 2019/11/06
- 230/290: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/06
- 232/290: gnu: Add ghc-libyaml., guix-commits, 2019/11/06