From: Ian Lynagh Date: Wed, 6 Aug 2008 22:47:42 +0000 (+0000) Subject: Remove an unnecessary import X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3559fb53ec384b6284cabce4644ca86f2880a023;p=ghc-base.git Remove an unnecessary import --- diff --git a/Data/Typeable.hs b/Data/Typeable.hs index 85282bd..6570e10 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -94,7 +94,6 @@ import GHC.Show (Show(..), ShowS, shows, showString, showChar, showParen) import GHC.Err (undefined) import GHC.Num (Integer, fromInteger, (+)) -import GHC.Float (Float, Double) import GHC.Real ( rem, Ratio ) import GHC.IOBase (IORef,newIORef,unsafePerformIO)