aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-concurrent-output/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-concurrent-output/pkg-descr')
-rw-r--r--devel/hs-concurrent-output/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/hs-concurrent-output/pkg-descr b/devel/hs-concurrent-output/pkg-descr
new file mode 100644
index 000000000000..ed809c2db02d
--- /dev/null
+++ b/devel/hs-concurrent-output/pkg-descr
@@ -0,0 +1,9 @@
+Lets multiple threads and external processes concurrently output to the
+console, without it getting all garbled up.
+
+Built on top of that is a way of defining multiple output regions, which are
+automatically laid out on the screen and can be individually updated by
+concurrent threads. Can be used for progress displays etc.
+
+WWW: http://hackage.haskell.org/package/concurrent-output
+