X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FFunDeps.lhs;h=8f529a4217a5480abb919f2d2b843cc9c191a7bf;hb=8ad973aef4ff86b5a3e2aa6276d9dd8c99732eca;hp=ac5c0a0b1ee01ef031ae1733877ddc5f74c8b1aa;hpb=6c0c816859d0ecae1672a6a06c951b6d5be421c9;p=ghc-hetmet.git diff --git a/compiler/types/FunDeps.lhs b/compiler/types/FunDeps.lhs index ac5c0a0..8f529a4 100644 --- a/compiler/types/FunDeps.lhs +++ b/compiler/types/FunDeps.lhs @@ -20,13 +20,15 @@ module FunDeps ( import Name import Var import Class -import TcGadt import TcType +import Unify import InstEnv import VarSet import VarEnv import Outputable import Util +import FastString + import Data.Maybe ( isJust ) \end{code}