[commit: ghc] wip/T9858-typeable-ben2: Missing import (170d803)

git at git.haskell.org git at git.haskell.org
Sun Sep 13 04:20:08 UTC 2015


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

On branch  : wip/T9858-typeable-ben2
Link       : http://ghc.haskell.org/trac/ghc/changeset/170d803e8e16219d9e2f2448328c31cb41fce232/ghc

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

commit 170d803e8e16219d9e2f2448328c31cb41fce232
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Aug 27 17:48:56 2015 +0100

    Missing import


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

170d803e8e16219d9e2f2448328c31cb41fce232
 compiler/main/HscMain.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs
index 41418fa..a3db501 100644
--- a/compiler/main/HscMain.hs
+++ b/compiler/main/HscMain.hs
@@ -95,6 +95,7 @@ import Type             ( Type )
 import {- Kind parts of -} Type         ( Kind )
 import CoreLint         ( lintInteractiveExpr )
 import VarEnv           ( emptyTidyEnv )
+import THNames          ( templateHaskellNames )
 import Panic
 import ConLike
 



More information about the ghc-commits mailing list