[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 051/105] gnu: Add ghc-tagsoup.
From: |
Paul van der Walt |
Subject: |
[PATCH 051/105] gnu: Add ghc-tagsoup. |
Date: |
Thu, 15 Oct 2015 17:28:33 +0200 |
* gnu/packages/haskell.scm (ghc-tagsoup): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 54b20c6..87f7075 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2564,6 +2564,35 @@ given term should not exist.")
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")
--
2.6.1
- [PATCH 42/43] gnu: ghc-quickcheck-instances: New variable., (continued)
- [PATCH 42/43] gnu: ghc-quickcheck-instances: New variable., Paul van der Walt, 2015/10/15
- [PATCH 43/43] gnu: ghc-http-types: New variable., Paul van der Walt, 2015/10/15
- [PATCH 044/105] gnu: ghc-nats: New variable., Paul van der Walt, 2015/10/15
- [PATCH 045/105] gnu: ghc-semigroups: New variable, Paul van der Walt, 2015/10/15
- [PATCH 046/105] gnu: Add ghc-void., Paul van der Walt, 2015/10/15
- [PATCH 047/105] gnu: Add ghc-bifunctors., Paul van der Walt, 2015/10/15
- [PATCH 050/105] gnu: Add ghc-digest., Paul van der Walt, 2015/10/15
- [PATCH 055/105] gnu: Add ghc-clock., Paul van der Walt, 2015/10/15
- [PATCH 052/105] gnu: Add ghc-bytestring-builder., Paul van der Walt, 2015/10/15
- [PATCH 048/105] gnu: Add ghc-statevar., Paul van der Walt, 2015/10/15
- [PATCH 051/105] gnu: Add ghc-tagsoup.,
Paul van der Walt <=
- [PATCH 049/105] gnu: Add ghc-contravariant., Paul van der Walt, 2015/10/15
- [PATCH 056/105] gnu: Add ghc-regex-tdfa-rc., Paul van der Walt, 2015/10/15
- [PATCH 063/105] gnu: Add ghc-temporary-rc., Paul van der Walt, 2015/10/15
- [PATCH 060/105] gnu: Add ghc-word8., Paul van der Walt, 2015/10/15
- [PATCH 065/105] gnu: Add ghc-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 026/105] gnu: ghc-base64-bytestring: New variable., Paul van der Walt, 2015/10/15
- [PATCH 053/105] gnu: Add ghc-fast-logger., Paul van der Walt, 2015/10/15
- [PATCH 057/105] gnu: Add ghc-tasty., Paul van der Walt, 2015/10/15
- [PATCH 061/105] gnu: Add ghc-stringsearch., Paul van der Walt, 2015/10/15
- [PATCH 064/105] gnu: Add ghc-tasty-golden., Paul van der Walt, 2015/10/15