summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 19:30:26 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 19:30:26 +0000
commitd670032fc1db8f86cfb4b7c135e81027caf984a7 (patch)
treecfd986f299c000daf41417465eebd68523665e7f /lang
parentThis package provides parsing and rendering functions for XML. It is (diff)
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid direct usage of enumerators. WWW: http://www.yesodweb.com/book/http-conduit Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298145
Diffstat (limited to 'lang')
-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 f122d9852116..9f60000984a3 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -156,6 +156,7 @@ HsOpenSSL_port= security/hs-HsOpenSSL
HStringTemplate_port= textproc/hs-HStringTemplate
html_port= textproc/hs-html
HTTP_port= www/hs-HTTP
+http-conduit_port= www/hs-http-conduit
http-enumerator_port= www/hs-http-enumerator
http-server_port= www/hs-http-server
http-types_port= www/hs-http-types