diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:36:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:59 +0700 |
commit | 79825c9fc9ef019b914e091b405c7ceb7150900f (patch) | |
tree | 45bde9bb10d2375a1d0f535686b24bc2cc46d37d /haskell/haskell-conduit/README | |
parent | 653e870e10a8fdf2fcf8ae449ce7a4fef1f6846f (diff) |
haskell/haskell-conduit: Added (streaming data processing library).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-conduit/README')
-rw-r--r-- | haskell/haskell-conduit/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-conduit/README b/haskell/haskell-conduit/README new file mode 100644 index 000000000000..bca0f8cafac5 --- /dev/null +++ b/haskell/haskell-conduit/README @@ -0,0 +1,8 @@ +conduit is a solution to the streaming data problem, allowing for +production, transformation, and consumption of streams of data in +constant memory. It is an alternative to lazy I/O which guarantees +deterministic resource handling, and fits in the same general +solution space as enumerator/iteratee and pipes. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |