From: simonmar Date: Wed, 12 Jan 2005 09:46:06 +0000 (+0000) Subject: [project @ 2005-01-12 09:46:06 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1259 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2b83027f8aea8006f148638e95ee27d80ec02e28;p=ghc-hetmet.git [project @ 2005-01-12 09:46:06 by simonmar] import System.IO.Error --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 719714e..d991e58 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.180 2004/11/26 16:20:36 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.181 2005/01/12 09:46:06 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -63,6 +63,7 @@ import System.CPUTime import System.Environment import System.Directory import System.IO as IO +import System.IO.Error import Data.Char import Control.Monad as Monad import Foreign.StablePtr ( newStablePtr )