[project @ 2000-03-24 11:54:28 by panne]
authorpanne <unknown>
Fri, 24 Mar 2000 11:54:28 +0000 (11:54 +0000)
committerpanne <unknown>
Fri, 24 Mar 2000 11:54:28 +0000 (11:54 +0000)
Once again a missing import for Outputable, this time for Type.

ghc/compiler/typecheck/TcMonad.lhs

index 1b442af..517265a 100644 (file)
@@ -49,6 +49,7 @@ import HsSyn          ( HsLit )
 import RnHsSyn         ( RenamedPat, RenamedArithSeqInfo, RenamedHsExpr )
 import Type            ( Type, Kind, PredType, ThetaType, RhoType, TauType,
                        )
+import PprType          ( {- instance Outputable Type -} )
 import ErrUtils                ( addShortErrLocLine, addShortWarnLocLine, pprBagOfErrors, ErrMsg, Message, WarnMsg )
 import CmdLineOpts      ( opt_PprStyle_Debug )