summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-conduit/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-conduit/README')
-rw-r--r--haskell/haskell-conduit/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-conduit/README b/haskell/haskell-conduit/README
new file mode 100644
index 0000000000..bca0f8cafa
--- /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