I get this on Windows. That's odd because a recent commit added #ifdef mingw32_HOST_OS import Data.Maybe import GHC.Base #endif
What's up? Should we re-remove these imports? Also there's a *commented out* #include, which is weird {- #include "rts/Signals.h" -} If it's intentional it needs a comment! Simon libraries\base\GHC\ConsoleHandler.hs:62:1: Warning: The import of `Data.Maybe' is redundant except perhaps to import instances from `Data.Maybe' To import instances alone, use: import Data.Maybe() libraries\base\GHC\ConsoleHandler.hs:63:1: Warning: The import of `GHC.Base' is redundant except perhaps to import instances from `GHC.Base' To import instances alone, use: import GHC.Base()
_______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc