From: Ian Lynagh Date: Sun, 31 Oct 2010 16:25:20 +0000 (+0000) Subject: Remove redundant import X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=83e087f3e465913e321ac0edd362238410d81082 Remove redundant import --- diff --git a/GHC/ConsoleHandler.hs b/GHC/ConsoleHandler.hs index ed6eb2b..abc2458 100644 --- a/GHC/ConsoleHandler.hs +++ b/GHC/ConsoleHandler.hs @@ -42,7 +42,6 @@ import Data.Typeable #ifdef mingw32_HOST_OS import Data.Maybe import GHC.Base -import GHC.Num import GHC.Real #endif