[commit: ghc] master: Fix imports in HscMain (stage2) (a8493e0)

git at git.haskell.org git at git.haskell.org
Wed May 13 09:17:39 UTC 2015


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

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

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

commit a8493e03b89f3b3bfcdb6005795de050501f5c29
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed May 13 10:18:23 2015 +0100

    Fix imports in HscMain (stage2)


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

a8493e03b89f3b3bfcdb6005795de050501f5c29
 compiler/main/HscMain.hs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs
index 47d4515..5ae104b 100644
--- a/compiler/main/HscMain.hs
+++ b/compiler/main/HscMain.hs
@@ -90,9 +90,7 @@ import BasicTypes       ( HValue )
 import ByteCodeGen      ( byteCodeGen, coreExprToBCOs )
 import Linker
 import CoreTidy         ( tidyExpr )
-import Type             ( Type )
-import PrelNames
-import {- Kind parts of -} Type         ( Kind )
+import Type             ( Type, Kind )
 import CoreLint         ( lintInteractiveExpr )
 import VarEnv           ( emptyTidyEnv )
 import Panic



More information about the ghc-commits mailing list