summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-24 10:21:15 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-24 10:21:15 +0000
commit616c62eabc57d56d06c6f9aaaef10cd908ff6313 (patch)
treeb9d2242710f3ae1b443b5d04bca812299fbc0e69 /lang/ghc
parentTag-stream is a library for parsing HTML//XML to a token stream. It can (diff)
This package uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. WWW: https://github.com/snoyberg/xml Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=299854
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index da354ed4491e..c4954c0656e6 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -151,6 +151,7 @@ HsOpenSSL_port= security/hs-HsOpenSSL
hspec_port= devel/hs-hspec
HStringTemplate_port= textproc/hs-HStringTemplate
html_port= textproc/hs-html
+html-conduit_port= textproc/hs-html-conduit
HTTP_port= www/hs-HTTP
http-conduit_port= www/hs-http-conduit
http-server_port= www/hs-http-server