X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2FbasicTypes%2FVarSet.lhs;fp=compiler%2FbasicTypes%2FVarSet.lhs;h=67a3dbf4c2eb3d08c62dde6ffa187b53fb1d3a85;hb=6084fb5517da34f65034370a3695e2af3b85ce2b;hp=f73bf1feba9ef225d7ebf7d451b73c64cb7e5d32;hpb=bbc583766a08678d03740354bed216e268306356;p=ghc-hetmet.git diff --git a/compiler/basicTypes/VarSet.lhs b/compiler/basicTypes/VarSet.lhs index f73bf1f..67a3dbf 100644 --- a/compiler/basicTypes/VarSet.lhs +++ b/compiler/basicTypes/VarSet.lhs @@ -22,7 +22,7 @@ module VarSet ( #include "HsVersions.h" -import Var +import Var ( Var, TyVar, Id ) import Unique import UniqSet \end{code}