X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FVarEnv.lhs;h=dbef903de852825210ff70f8b7906419530b6fc8;hb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;hp=d65ec5face4dddd9d2cdcc630cbe9e69a51a2203;hpb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;p=ghc-hetmet.git diff --git a/compiler/basicTypes/VarEnv.lhs b/compiler/basicTypes/VarEnv.lhs index d65ec5f..dbef903 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 LazyUniqFM import Unique import Util import Maybes