[commit: ghc] master: Tighten up imports on TcTyClsDecls (cdcf014)

git at git.haskell.org git at git.haskell.org
Wed Apr 20 14:59:37 UTC 2016


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

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

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

commit cdcf014d210fa2150a9a41c589c8bb41969bd8d7
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Apr 20 16:02:10 2016 +0100

    Tighten up imports on TcTyClsDecls


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

cdcf014d210fa2150a9a41c589c8bb41969bd8d7
 compiler/typecheck/TcTyClsDecls.hs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/typecheck/TcTyClsDecls.hs b/compiler/typecheck/TcTyClsDecls.hs
index afb7b64..6cd8bbb 100644
--- a/compiler/typecheck/TcTyClsDecls.hs
+++ b/compiler/typecheck/TcTyClsDecls.hs
@@ -30,14 +30,15 @@ import TcValidity
 import TcHsSyn
 import TcTyDecls
 import TcClassDcl
-import {-# SOURCE #-} TcInstDcls
+import {-# SOURCE #-} TcInstDcls( tcInstDecls1 )
 import TcDeriv (DerivInfo)
 import TcUnify
 import TcHsType
 import TcMType
 import TysWiredIn ( unitTy )
 import TcType
-import RnEnv( RoleAnnotEnv, mkRoleAnnotEnv, lookupRoleAnnot )
+import RnEnv( RoleAnnotEnv, mkRoleAnnotEnv, lookupRoleAnnot
+            , lookupConstructorFields )
 import FamInst
 import FamInstEnv
 import Coercion
@@ -56,7 +57,6 @@ import Module
 import Name
 import NameSet
 import NameEnv
-import RnEnv
 import Outputable
 import Maybes
 import Unify



More information about the ghc-commits mailing list