Remove redundant import
authorIan Lynagh <igloo@earth.li>
Sun, 31 Oct 2010 16:25:20 +0000 (16:25 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 31 Oct 2010 16:25:20 +0000 (16:25 +0000)
GHC/ConsoleHandler.hs

index ed6eb2b..abc2458 100644 (file)
@@ -42,7 +42,6 @@ import Data.Typeable
 #ifdef mingw32_HOST_OS
 import Data.Maybe
 import GHC.Base
-import GHC.Num
 import GHC.Real
 #endif