diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 03:02:40 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 03:02:40 +0800 |
commit | 83f482f27629c42555830753e3e55db418b43e19 (patch) | |
tree | cd1305946b51c0e19f41af86882c10f67c71702f /lang | |
parent | a54bf23340d7294e8a1ff62c53742420483cfac6 (diff) | |
download | freebsd-ports-gnome-83f482f27629c42555830753e3e55db418b43e19.tar.gz freebsd-ports-gnome-83f482f27629c42555830753e3e55db418b43e19.tar.zst freebsd-ports-gnome-83f482f27629c42555830753e3e55db418b43e19.zip |
Conduits are an approach to the streaming data problem. It is meant as
an alternative to enumerators/iterators, hoping to address the same
issues with different trade-offs based on real-world experience with
enumerators.
WWW: http://github.com/snoyberg/conduit
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-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 2768a5207d6b..02b38203af57 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -58,6 +58,7 @@ clientsession_port= security/hs-clientsession cmdargs_port= devel/hs-cmdargs comonad_port= math/hs-comonad comonad-transformers_port= math/hs-comonad-transformers +conduit_port= devel/hs-conduit ConfigFile_port= devel/hs-ConfigFile configurator_port= devel/hs-configurator contravariant_port= math/hs-contravariant |