From a816e8cbccbad6cbfabd53b68d22e17509bb65d8 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 12 Dec 2000 10:11:21 +0000 Subject: [PATCH] [project @ 2000-12-12 10:11:21 by sewardj] booting wibble --- ghc/compiler/ghci/InteractiveUI.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4