[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:15:10 UTC 2010


The following commit has been merged in the master branch:
commit b790f22ac3760a77f024c24c09a261e21079a642
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Nov 29 01:51:57 2006 +0100

    Update ProgressTracker docs

diff --git a/MissingH/ProgressTracker.hs b/MissingH/ProgressTracker.hs
index 74d373a..f1a4aa2 100644
--- a/MissingH/ProgressTracker.hs
+++ b/MissingH/ProgressTracker.hs
@@ -85,6 +85,9 @@ automatically.
 Finally, you can register callbacks.  Callbacks are functions that are called
 whenever the status of a tracker changes.  They'll be passed the old and new
 status and are intended to do things like update on-screen status displays.
+
+The cousin module 'MissingH.ProgressMeter' can be used to nicely render
+these trackers on a console.
 -}
 
 {- $examples

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list