[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 14:58:34 UTC 2010


The following commit has been merged in the master branch:
commit 5479d8d279cb639962dd72c2ccc9ac1aad76ba43
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue May 3 03:05:19 2005 +0100

    Add import of System.IO.Error to MissingH.Cmd
    
    Another ghc 6.4 compatibility issue

diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index 16d330a..a99d00b 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -98,6 +98,7 @@ import System.Posix.IO
 import System.Posix.Process
 import System.Posix.Types
 import System.IO
+import System.IO.Error
 import Control.Concurrent(forkIO)
 import Control.Exception(finally)
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list