X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FTypeable.hs;h=f34800c180608be8979f455a0ba1ffcb6b04dee7;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=c400710b4418e3f3785db2bce03ae48a6622cf87;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/Data/Typeable.hs b/Data/Typeable.hs index c400710..f34800c 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -96,7 +96,7 @@ import GHC.Err (undefined) import GHC.Num (Integer, fromInteger, (+)) import GHC.Real ( rem, Ratio ) import GHC.IORef (IORef,newIORef) -import GHC.IO (IO, unsafePerformIO,block) +import GHC.IO (unsafePerformIO,block) -- These imports are so we can define Typeable instances -- It'd be better to give Typeable instances in the modules themselves