From 45e28fad0e72a8e220524296af4c5afdbefb7750 Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 24 Mar 2000 11:54:28 +0000 Subject: [PATCH] [project @ 2000-03-24 11:54:28 by panne] Once again a missing import for Outputable, this time for Type. --- ghc/compiler/typecheck/TcMonad.lhs | 1 + 1 file changed, 1 insertion(+) 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 ) -- 1.7.10.4