[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add ghc-xml-conduit.
From: |
Ricardo Wurmus |
Subject: |
06/07: gnu: Add ghc-xml-conduit. |
Date: |
Thu, 6 Oct 2016 12:21:26 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit bfdfb0f63fc200bbeb8587f2d63fe640172baf9b
Author: Ricardo Wurmus <address@hidden>
Date: Tue Oct 4 15:12:38 2016 +0200
gnu: Add ghc-xml-conduit.
* gnu/packages/haskell.scm (ghc-xml-conduit): New variable.
---
gnu/packages/haskell.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bdd8141..e645ad3 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6427,6 +6427,40 @@ dependencies. The basic idea is that this package
should only depend on
documents.")
(license license:expat)))
+(define-public ghc-xml-conduit
+ (package
+ (name "ghc-xml-conduit")
+ (version "1.3.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/xml-conduit/"
+ "xml-conduit-" version ".tar.gz"))
+ (sha256
+ (base32
+ "10yw8jiksw21jgwqjjd1ixflavcblisgkp9qq3ba05vadc35lqr5"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-conduit" ,ghc-conduit)
+ ("ghc-conduit-extra" ,ghc-conduit-extra)
+ ("ghc-resourcet" ,ghc-resourcet)
+ ("ghc-text" ,ghc-text)
+ ("ghc-xml-types" ,ghc-xml-types)
+ ("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-blaze-builder" ,ghc-blaze-builder)
+ ("ghc-blaze-markup" ,ghc-blaze-markup)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-data-default" ,ghc-data-default)
+ ("ghc-monad-control" ,ghc-monad-control)
+ ("ghc-hspec" ,ghc-hspec)
+ ("ghc-hunit" ,ghc-hunit)))
+ (home-page "http://github.com/snoyberg/xml")
+ (synopsis "Utilities for dealing with XML with the conduit package")
+ (description
+ "This package provides pure-Haskell utilities for dealing with XML with
+the @code{conduit} package.")
+ (license license:expat)))
+
(define-public ghc-union-find
(package
(name "ghc-union-find")
- branch master updated (fc47c7d -> eb0ff8a), Ricardo Wurmus, 2016/10/06
- 01/07: gnu: ghc-streaming-commons: Remove standard packages from inputs., Ricardo Wurmus, 2016/10/06
- 03/07: gnu: Add ghc-rfc5051., Ricardo Wurmus, 2016/10/06
- 05/07: gnu: Add ghc-xml-types., Ricardo Wurmus, 2016/10/06
- 04/07: gnu: Add ghc-conduit-extra., Ricardo Wurmus, 2016/10/06
- 02/07: gnu: Add ghc-hs-bibutils., Ricardo Wurmus, 2016/10/06
- 06/07: gnu: Add ghc-xml-conduit.,
Ricardo Wurmus <=
- 07/07: gnu: Add ghc-pandoc-citeproc., Ricardo Wurmus, 2016/10/06