[commit: ghc] master: Refactor module imports in base (b5930f8)

git at git.haskell.org git at git.haskell.org
Sun Oct 19 12:19:39 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b5930f8b8030350eff306bf56ba7607098ada61e/ghc

>---------------------------------------------------------------

commit b5930f8b8030350eff306bf56ba7607098ada61e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Oct 19 14:15:14 2014 +0200

    Refactor module imports in base
    
    This commit removes a couple of
    
      {-# OPTIONS_GHC -fno-warn-unused-imports #-}
    
    by cleaning up the imports, as well as ensuring that all modules in the
    GHC.* hierarchy avoid importing the `Prelude` module to clean-up the
    import graph a bit.


>---------------------------------------------------------------

b5930f8b8030350eff306bf56ba7607098ada61e
 libraries/base/Control/Concurrent.hs |  7 +++----
 libraries/base/Data/Tuple.hs         | 17 ++---------------
 libraries/base/GHC/ConsoleHandler.hs |  4 ++++
 libraries/base/GHC/Constants.hs      |  2 ++
 libraries/base/GHC/Environment.hs    |  6 ++++--
 libraries/base/GHC/Event.hs          |  1 +
 libraries/base/GHC/Int.hs            |  1 -
 libraries/base/GHC/PArr.hs           |  1 +
 libraries/base/GHC/Profiling.hs      |  4 ++++
 libraries/base/GHC/Stats.hsc         |  6 +++++-
 libraries/base/GHC/TopHandler.lhs    |  8 +++-----
 libraries/base/GHC/Word.hs           |  1 -
 12 files changed, 29 insertions(+), 29 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 b5930f8b8030350eff306bf56ba7607098ada61e


More information about the ghc-commits mailing list