[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: Add ghc-xml-types.
From: |
Ricardo Wurmus |
Subject: |
05/07: gnu: Add ghc-xml-types. |
Date: |
Thu, 6 Oct 2016 12:21:25 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit e9ef2c51d53ebbfdceff55587bf60f7763571df0
Author: Ricardo Wurmus <address@hidden>
Date: Tue Oct 4 15:12:15 2016 +0200
gnu: Add ghc-xml-types.
* gnu/packages/haskell.scm (ghc-xml-types): New variable.
---
gnu/packages/haskell.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4a0c334..bdd8141 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6407,6 +6407,26 @@ dependencies. The basic idea is that this package
should only depend on
@code{haskell-platform} packages and @code{conduit}.")
(license license:expat)))
+(define-public ghc-xml-types
+ (package
+ (name "ghc-xml-types")
+ (version "0.3.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/xml-types/"
+ "xml-types-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1jgqxsa9p2q3h6nymbfmvhldqrqlwrhrzmwadlyc0li50x0d8dwr"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-text" ,ghc-text)))
+ (home-page "https://john-millikin.com/software/haskell-xml/")
+ (synopsis "Basic types for representing XML")
+ (description "This package provides basic types for representing XML
+documents.")
+ (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 <=
- 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, 2016/10/06
- 07/07: gnu: Add ghc-pandoc-citeproc., Ricardo Wurmus, 2016/10/06