Remove unused imports from base
authorsimonpj@microsoft.com <unknown>
Mon, 6 Jul 2009 11:18:42 +0000 (11:18 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 6 Jul 2009 11:18:42 +0000 (11:18 +0000)
commit8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d
tree81d6eab11b7c3aaf49a867202ccdb8a162f88f59
parent0194bd1aa23f3c93c9fea3f6acdf5b968c024886
Remove unused imports from base

These unused imports are detected by the new unused-import code
43 files changed:
Control/Applicative.hs
Control/Arrow.hs
Control/Category.hs
Control/Exception.hs
Control/Exception/Base.hs
Control/Monad/ST.hs
Control/Monad/ST/Lazy.hs
Control/Monad/ST/Strict.hs
Control/OldException.hs
Data/Data.hs
Data/Dynamic.hs
Data/IORef.hs
Data/Ix.hs
Data/STRef/Strict.hs
Data/Typeable.hs
Foreign/ForeignPtr.hs
Foreign/Marshal/Error.hs
Foreign/Ptr.hs
Foreign/Storable.hs
GHC/Conc.lhs
GHC/Desugar.hs
GHC/Exts.hs
GHC/ForeignPtr.hs
GHC/IO/Buffer.hs
GHC/IO/BufferedIO.hs
GHC/IO/Encoding.hs
GHC/IO/Encoding/Latin1.hs
GHC/IO/Encoding/Types.hs
GHC/IO/Encoding/UTF16.hs
GHC/IO/Encoding/UTF32.hs
GHC/IO/Encoding/UTF8.hs
GHC/IO/FD.hs
GHC/IO/Handle/FD.hs
GHC/IO/Handle/Internals.hs
GHC/MVar.hs
GHC/Pack.lhs
GHC/Stable.lhs
GHC/Weak.lhs
Prelude.hs
System/Environment.hs
System/IO.hs
System/Posix/Internals.hs
System/Posix/Types.hs