Remove redundant imports of GHC.Err
authorsimonpj@microsoft.com <unknown>
Fri, 4 Jan 2008 09:13:14 +0000 (09:13 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 4 Jan 2008 09:13:14 +0000 (09:13 +0000)
commit2839722da39a0027467992b092b129dfcaec0e77
tree6b054c6c72203c44382d996c0785027248b912b3
parent6f77dd18e9406d91ec87c1695a09c09fbd8d0b5d
Remove redundant imports of GHC.Err

GHC.Base SOURCE-imports GHC.Err, and re-exports 'error'.  So
other modules need only import GHC.Base.

This doesn't change the fact that these other modules are all compiled
before GHC.Err, so they are all part of the module loop that starts with
GHC.Base and finishes with GHC.Err.  But it does reduce the occurrence
of those SOURCE imports.
Data/Maybe.hs
GHC/Arr.lhs
GHC/Int.hs
GHC/List.lhs
GHC/Num.lhs
GHC/Read.lhs
GHC/Real.lhs
GHC/Word.hs