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


The following commit has been merged in the master branch:
commit 083a1c576603259efecee234112f9a1aae0d89aa
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Sep 30 08:11:39 2005 +0100

    Compilation fix

diff --git a/MissingH/Daemon.hs b/MissingH/Daemon.hs
index 7fed208..207b047 100644
--- a/MissingH/Daemon.hs
+++ b/MissingH/Daemon.hs
@@ -50,13 +50,14 @@ module MissingH.Daemon (
 #endif
 		   )
 where
+#ifndef mingw32_HOST_OS
 
 import System.Posix.Process
 import System.Posix.IO
 import System.Directory
 import MissingH.Logging.Logger
+import System.Exit
 
-#ifndef mingw32_HOST_OS
 
 trap = traplogging "MissingH.Daemon" ERROR "detachDaemon"
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list