From: sewardj Date: Tue, 12 Dec 2000 10:11:21 +0000 (+0000) Subject: [project @ 2000-12-12 10:11:21 by sewardj] X-Git-Tag: Approximately_9120_patches~3124 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a816e8cbccbad6cbfabd53b68d22e17509bb65d8;p=ghc-hetmet.git [project @ 2000-12-12 10:11:21 by sewardj] booting wibble --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 79d6a8f..52559b7 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.21 2000/12/12 10:02:57 sewardj Exp $ +-- $Id: InteractiveUI.hs,v 1.22 2000/12/12 10:11:21 sewardj Exp $ -- -- GHC Interactive User Interface -- @@ -20,6 +20,7 @@ import Linker import Module import Outputable import Util +import TypeRep {- instance Outputable Type; do not delete -} import Exception #ifndef NO_READLINE