[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/154: gnu: Add ghc-tagsoup.
From: |
Paul |
Subject: |
76/154: gnu: Add ghc-tagsoup. |
Date: |
Thu, 22 Oct 2015 17:23:35 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 46cd3852e11f9b7dc23ea08f3d1505cccb4216c0
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:39:24 2015 +0200
gnu: Add ghc-tagsoup.
* gnu/packages/haskell.scm (ghc-tagsoup): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4a399ce..2611727 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2456,6 +2456,35 @@ given term should not exist.")
in the @code{IO} monad, like @code{IORef}s or parts of the OpenGL state.")
(license bsd-3)))
+(define-public ghc-tagsoup
+ (package
+ (name "ghc-tagsoup")
+ (version "0.13.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/tagsoup/tagsoup-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "13b6zy6346r3cxhaivys84fnxarg8wbv7r2znazfjdkqil8n5a1j"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-text" ,ghc-text)))
+ (home-page
+ "http://community.haskell.org/~ndm/tagsoup/")
+ (synopsis
+ "Parsing and extracting information from (possibly malformed) HTML/XML
+documents")
+ (description
+ "TagSoup is a library for parsing HTML/XML. It supports the HTML 5
+specification, and can be used to parse either well-formed XML, or
+unstructured and malformed HTML from the web. The library also provides
+useful functions to extract information from an HTML document, making it ideal
+for screen-scraping.")
+ (license bsd-3)))
+
(define-public ghc-digest
(package
(name "ghc-digest")
- 60/154: gnu: Add ghc-doctest., (continued)
- 60/154: gnu: Add ghc-doctest., Paul, 2015/10/22
- 63/154: gnu: Add ghc-unbounded-delays., Paul, 2015/10/22
- 64/154: gnu: Add ghc-iproute., Paul, 2015/10/22
- 66/154: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 65/154: gnu: Add ghc-unix-time., Paul, 2015/10/22
- 68/154: gnu: Add ghc-http-types., Paul, 2015/10/22
- 67/154: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/22
- 69/154: gnu: Add ghc-nats., Paul, 2015/10/22
- 70/154: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 71/154: gnu: Add ghc-void., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup.,
Paul <=
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22