[project @ 1998-03-19 23:54:49 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsMatches.lhs
index 63a783a..88c8b8c 100644 (file)
@@ -15,8 +15,8 @@ import HsExpr         ( HsExpr, Stmt )
 import HsBinds         ( HsBinds, nullBinds )
 
 -- Others
-import PprType         ( GenType{-instance Outputable-} )
-import SrcLoc          ( SrcLoc{-instances-} )
+import Type            ( GenType )
+import SrcLoc          ( SrcLoc )
 import Util            ( panic )
 import Outputable
 import Name            ( NamedThing )