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


The following commit has been merged in the master branch:
commit f4dc92afa185beb9f93f329f5e5b5018feb6221d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri May 2 00:04:00 2008 -0500

    More tweaking for Windows

diff --git a/src/System/Cmd/Utils.hs b/src/System/Cmd/Utils.hs
index d01a16b..d6d303f 100644
--- a/src/System/Cmd/Utils.hs
+++ b/src/System/Cmd/Utils.hs
@@ -111,6 +111,7 @@ import System.Log.Logger
 import System.Posix.IO
 import System.Posix.Process
 import System.Posix.Signals
+import qualified System.Posix.Signals
 #endif
 import System.Posix.Types
 import System.IO
@@ -118,8 +119,6 @@ import System.IO.Error
 import Control.Concurrent(forkIO)
 import Control.Exception(finally)
 
-import qualified System.Posix.Signals
-
 data PipeMode = ReadFromPipe | WriteToPipe
 
 logbase :: String

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list