[project @ 2004-11-26 16:00:06 by simonmar]
authorsimonmar <unknown>
Fri, 26 Nov 2004 16:00:06 +0000 (16:00 +0000)
committersimonmar <unknown>
Fri, 26 Nov 2004 16:00:06 +0000 (16:00 +0000)
more make -j fixing

GHC/ConsoleHandler.hs

index 70128b4..1a713f4 100644 (file)
@@ -15,6 +15,7 @@
 module GHC.ConsoleHandler
 #ifndef mingw32_TARGET_OS
        where
+import Prelude -- necessary to get dependencies right
 #else /* whole file */
        ( Handler(..)
        , installHandler
@@ -25,6 +26,8 @@ module GHC.ConsoleHandler
 #include "Signals.h"
 -}
 
+import Prelude -- necessary to get dependencies right
+
 import Foreign
 import Foreign.C