Remove an unnecessary import
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 22:47:42 +0000 (22:47 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 22:47:42 +0000 (22:47 +0000)
Data/Typeable.hs

index 85282bd..6570e10 100644 (file)
@@ -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)