X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FVarEnv.lhs;h=3b0be0bebf4ae922f2de87e7b5a17876f8955841;hb=58de6cb725982dd1f57803cc838f233d5fd9c42c;hp=d65ec5face4dddd9d2cdcc630cbe9e69a51a2203;hpb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;p=ghc-hetmet.git diff --git a/compiler/basicTypes/VarEnv.lhs b/compiler/basicTypes/VarEnv.lhs index d65ec5f..3b0be0b 100644 --- a/compiler/basicTypes/VarEnv.lhs +++ b/compiler/basicTypes/VarEnv.lhs @@ -46,7 +46,7 @@ module VarEnv ( import OccName import Var import VarSet -import UniqFM +import UniqFM import Unique import Util import Maybes