From: panne Date: Fri, 24 Mar 2000 11:54:28 +0000 (+0000) Subject: [project @ 2000-03-24 11:54:28 by panne] X-Git-Tag: Approximately_9120_patches~4908 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=45e28fad0e72a8e220524296af4c5afdbefb7750;p=ghc-hetmet.git [project @ 2000-03-24 11:54:28 by panne] Once again a missing import for Outputable, this time for Type. --- diff --git a/ghc/compiler/typecheck/TcMonad.lhs b/ghc/compiler/typecheck/TcMonad.lhs index 1b442af..517265a 100644 --- a/ghc/compiler/typecheck/TcMonad.lhs +++ b/ghc/compiler/typecheck/TcMonad.lhs @@ -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 )