[commit: ghc] master: DriverMkDepend: Kill redundant import (d645e44)

git at git.haskell.org git at git.haskell.org
Wed Sep 13 15:17:21 UTC 2017


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

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

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

commit d645e441704a02b9eb5548e7c92cc5ee30a345ef
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Wed Sep 13 08:22:20 2017 -0400

    DriverMkDepend: Kill redundant import
    
    Reviewers: austin
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3941


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

d645e441704a02b9eb5548e7c92cc5ee30a345ef
 compiler/main/DriverMkDepend.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs
index 8cf14c5..b346f66 100644
--- a/compiler/main/DriverMkDepend.hs
+++ b/compiler/main/DriverMkDepend.hs
@@ -19,7 +19,6 @@ import GhcMonad
 import DynFlags
 import Util
 import HscTypes
-import FileCleanup      ( newTempName )
 import qualified SysTools
 import Module
 import Digraph          ( SCC(..) )



More information about the ghc-commits mailing list