[project @ 1999-03-02 18:31:51 by sof]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsSyn.lhs
index 623184c..4bfce78 100644 (file)
@@ -45,7 +45,7 @@ import BasicTypes     ( Fixity, Version, NewOrData )
 import Outputable
 import SrcLoc          ( SrcLoc )
 import Bag
-import OccName         ( Module, pprModule )
+import Module          ( Module, pprModule )
 \end{code}
 
 All we actually declare here is the top-level structure for a module.