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