[commit: ghc] master: Remove redundant explicit `Prelude` imports (abfbb0d)
git at git.haskell.org
git at git.haskell.org
Sun Oct 19 10:45:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9/ghc
>---------------------------------------------------------------
commit abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Oct 19 12:03:11 2014 +0200
Remove redundant explicit `Prelude` imports
Since they're implied by the lack of `NoImplicitPrelude`
>---------------------------------------------------------------
abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9
libraries/base/Control/Concurrent.hs | 2 --
libraries/base/Control/Concurrent/Chan.hs | 2 --
libraries/base/Control/Monad/Instances.hs | 2 --
libraries/base/Control/Monad/ST/Lazy/Imp.hs | 2 --
libraries/base/Control/Monad/Zip.hs | 1 -
libraries/base/Data/Complex.hs | 2 --
libraries/base/Data/Fixed.hs | 1 -
libraries/base/Data/Ix.hs | 2 --
libraries/base/Data/Ratio.hs | 2 --
libraries/base/Data/STRef.hs | 2 --
libraries/base/Data/STRef/Lazy.hs | 1 -
libraries/base/Data/Unique.hs | 2 --
libraries/base/GHC/Constants.hs | 2 --
libraries/base/GHC/Environment.hs | 1 -
libraries/base/System/CPUTime.hsc | 2 --
libraries/base/System/Console/GetOpt.hs | 2 --
libraries/base/System/Environment.hs | 2 --
libraries/base/System/Exit.hs | 1 -
libraries/base/System/Info.hs | 1 -
libraries/base/System/Mem.hs | 1 -
libraries/base/System/Mem/StableName.hs | 2 --
libraries/base/Text/Printf.hs | 1 -
libraries/base/Text/Show/Functions.hs | 2 --
23 files changed, 38 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9
More information about the ghc-commits
mailing list