Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / main / Annotations.lhs
index e1a4963..f031f14 100644 (file)
@@ -19,7 +19,7 @@ module Annotations (
 import Name
 import Module           ( Module )
 import Outputable
-import LazyUniqFM
+import UniqFM
 import Serialized
 import Unique