guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]