diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:21:15 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:21:15 +0000 |
commit | 616c62eabc57d56d06c6f9aaaef10cd908ff6313 (patch) | |
tree | b9d2242710f3ae1b443b5d04bca812299fbc0e69 /lang/ghc | |
parent | fb914fae14c72b9aaa13846fa797f14d05b6ceec (diff) | |
download | ports-616c62eabc57d56d06c6f9aaaef10cd908ff6313.tar.gz ports-616c62eabc57d56d06c6f9aaaef10cd908ff6313.zip |
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.mk | 1 |
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 |