[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:06 UTC 2010


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

    Fixed a bug so that the real displayfunc is called

diff --git a/MissingH/ProgressMeter.hs b/MissingH/ProgressMeter.hs
index 317f3f0..cac7211 100644
--- a/MissingH/ProgressMeter.hs
+++ b/MissingH/ProgressMeter.hs
@@ -172,7 +172,7 @@ autoDisplayMeter pm delay displayfunc =
                             -- modifyMVar can run before a check ever does
                             yield
                             loop tid
-          loop tid = do displayMeter pm
+          loop tid = do displayfunc pm
                         threadDelay (delay * 1000000)
                         c <- doIContinue tid
                         when c (loop tid)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list