summaryrefslogtreecommitdiff
path: root/ghc/compiler
diff options
context:
space:
mode:
authorsimonpj <unknown>2001-02-20 09:45:57 +0000
committersimonpj <unknown>2001-02-20 09:45:57 +0000
commitf1e064a8e6314b759ab2603d4979a4b2e08f1bdc (patch)
treeab3e1bbbf886322621c969f5af1719a9471c6fe1 /ghc/compiler
parentee0b0cae12124ee61240d42e795f615e250d99b6 (diff)
downloadhaskell-f1e064a8e6314b759ab2603d4979a4b2e08f1bdc.tar.gz
[project @ 2001-02-20 09:45:57 by simonpj]
Import wibbles
Diffstat (limited to 'ghc/compiler')
-rw-r--r--ghc/compiler/typecheck/TcClassDcl.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/typecheck/TcClassDcl.lhs b/ghc/compiler/typecheck/TcClassDcl.lhs
index cf01b509c1..6e7ad55243 100644
--- a/ghc/compiler/typecheck/TcClassDcl.lhs
+++ b/ghc/compiler/typecheck/TcClassDcl.lhs
@@ -26,7 +26,7 @@ import TcHsSyn ( TcMonoBinds )
import Inst ( Inst, InstOrigin(..), LIE, emptyLIE, plusLIE, plusLIEs,
instToId, newDicts, newMethod )
-import TcEnv ( TcId, TcEnv, RecTcEnv, TyThingDetails(..), tcAddImportedIdInfo,
+import TcEnv ( TcEnv, RecTcEnv, TyThingDetails(..), tcAddImportedIdInfo,
tcLookupClass, tcExtendTyVarEnvForMeths, tcExtendGlobalTyVars,
tcExtendLocalValEnv, tcExtendTyVarEnv
)