Add back imports needed on Windows
[ghc-base.git] / GHC / ConsoleHandler.hs
index 1300c96..e4b1d03 100644 (file)
@@ -39,6 +39,13 @@ import GHC.Conc
 import Control.Concurrent.MVar
 import Data.Typeable
 
+#ifdef mingw32_HOST_OS
+import Data.Maybe
+import GHC.Base
+import GHC.Num
+import GHC.Real
+#endif
+
 data Handler
  = Default
  | Ignore