[commit: ghc] wip/T9858-typeable-ben: Missing import (938b861)
git at git.haskell.org
git at git.haskell.org
Thu Aug 27 16:47:25 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9858-typeable-ben
Link : http://ghc.haskell.org/trac/ghc/changeset/938b86100f895584597feebae41bc50df4862232/ghc
>---------------------------------------------------------------
commit 938b86100f895584597feebae41bc50df4862232
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Aug 27 17:48:56 2015 +0100
Missing import
>---------------------------------------------------------------
938b86100f895584597feebae41bc50df4862232
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