[commit: ghc] wip/T2893: Add missing import (62a16bd)

git at git.haskell.org git at git.haskell.org
Fri Mar 2 17:34:45 UTC 2018


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

On branch  : wip/T2893
Link       : http://ghc.haskell.org/trac/ghc/changeset/62a16bdcdc27158ad545c744eec52cb481203323/ghc

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

commit 62a16bdcdc27158ad545c744eec52cb481203323
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Mar 2 17:34:34 2018 +0000

    Add missing import


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

62a16bdcdc27158ad545c744eec52cb481203323
 compiler/typecheck/TcPluginM.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/TcPluginM.hs b/compiler/typecheck/TcPluginM.hs
index 086ac26..a112003 100644
--- a/compiler/typecheck/TcPluginM.hs
+++ b/compiler/typecheck/TcPluginM.hs
@@ -69,7 +69,7 @@ import TcRnMonad  ( TcGblEnv, TcLclEnv, Ct, CtLoc, TcPluginM
                   , liftIO, traceTc )
 import TcMType    ( TcTyVar, TcType )
 import TcEnv      ( TcTyThing )
-import TcEvidence ( TcCoercion, CoercionHole
+import TcEvidence ( TcCoercion, CoercionHole, EvTerm(..)
                   , EvExpr, EvBind, mkGivenEvBind )
 import TcRnTypes  ( CtEvidence(..) )
 import Var        ( EvVar )



More information about the ghc-commits mailing list