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


The following commit has been merged in the master branch:
commit 87e6f7f8d5871a3e42e20145aa5df1eab0be98a2
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 18:44:06 2005 +0100

    Fix Timeout import

diff --git a/MissingH/IO/BlockIO.hs b/MissingH/IO/BlockIO.hs
index 314de61..9224922 100644
--- a/MissingH/IO/BlockIO.hs
+++ b/MissingH/IO/BlockIO.hs
@@ -24,7 +24,7 @@ import Data.Typeable
 import System.IO
 import System.IO.Error hiding ( catch )
 import Foreign  hiding ( new )
-import Control.Timeout
+import MissingH.Threads.Timeout
 
 -- * Static Buffer I\/O
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list