[commit: ghc] master: Zap redundant imports (7ddbdfd)

git at git.haskell.org git at git.haskell.org
Sun Oct 30 21:49:14 UTC 2016


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

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

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

commit 7ddbdfd399a91eed410f3bd5a7caff2fd4bcce92
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Oct 30 19:02:33 2016 +0100

    Zap redundant imports


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

7ddbdfd399a91eed410f3bd5a7caff2fd4bcce92
 compiler/backpack/NameShape.hs | 2 --
 compiler/codeGen/StgCmmEnv.hs  | 1 -
 compiler/main/GhcMake.hs       | 1 -
 3 files changed, 4 deletions(-)

diff --git a/compiler/backpack/NameShape.hs b/compiler/backpack/NameShape.hs
index da1b5ea..ea6e193 100644
--- a/compiler/backpack/NameShape.hs
+++ b/compiler/backpack/NameShape.hs
@@ -24,8 +24,6 @@ import TcRnMonad
 import Util
 import IfaceEnv
 
-import Avail ( plusAvail )
-
 import Control.Monad
 
 -- Note [NameShape]
diff --git a/compiler/codeGen/StgCmmEnv.hs b/compiler/codeGen/StgCmmEnv.hs
index 30307a2..01c99ec 100644
--- a/compiler/codeGen/StgCmmEnv.hs
+++ b/compiler/codeGen/StgCmmEnv.hs
@@ -28,7 +28,6 @@ import TyCon
 import StgCmmMonad
 import StgCmmUtils
 import StgCmmClosure
-import StgSyn (StgArg)
 
 import CLabel
 
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index cd9fb15..2340f3f 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -69,7 +69,6 @@ import UniqSet
 import Util
 import qualified GHC.LanguageExtensions as LangExt
 import NameEnv
-import TcRnDriver (findExtraSigImports, implicitRequirements)
 
 import Data.Either ( rights, partitionEithers )
 import qualified Data.Map as Map



More information about the ghc-commits mailing list