diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:21:15 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:21:15 +0800 |
commit | 8cc4db3b15b55c490232da2538ef17ba17b705e2 (patch) | |
tree | bf23b59ea3e1a6d31344b90151f6cd9d0ffc989a /lang/ghc | |
parent | 5cbe721fac6b41129f8a9a531e5c656bf6f6e264 (diff) | |
download | freebsd-ports-gnome-8cc4db3b15b55c490232da2538ef17ba17b705e2.tar.gz freebsd-ports-gnome-8cc4db3b15b55c490232da2538ef17ba17b705e2.tar.zst freebsd-ports-gnome-8cc4db3b15b55c490232da2538ef17ba17b705e2.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
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 |