X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FNameEnv.lhs;h=022258dc1ef75c9b02e23ccf33c533ee72344999;hb=5ee7f0e66649ef31c2fcb2528399b57eba5651db;hp=4b8085da9ccda019d60e9c3d02892e76aea6f67f;hpb=11818da753b5d1a1f997be423d7e5b6e09b9f9e5;p=ghc-hetmet.git diff --git a/compiler/basicTypes/NameEnv.lhs b/compiler/basicTypes/NameEnv.lhs index 4b8085d..022258d 100644 --- a/compiler/basicTypes/NameEnv.lhs +++ b/compiler/basicTypes/NameEnv.lhs @@ -24,7 +24,7 @@ module NameEnv ( import Name import Unique -import LazyUniqFM +import UniqFM import Maybes import Outputable \end{code}