From: ross Date: Wed, 12 Jan 2005 12:44:25 +0000 (+0000) Subject: [project @ 2005-01-12 12:44:25 by ross] X-Git-Tag: Initial_conversion_from_CVS_complete~1256 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4bf4b39021016fcc681da736b72768b402d0e5af;p=ghc-hetmet.git [project @ 2005-01-12 12:44:25 by ross] fix System.IO.Error breakage --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index d991e58..3b50555 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.181 2005/01/12 09:46:06 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.182 2005/01/12 12:44:25 ross Exp $ -- -- GHC Interactive User Interface -- @@ -62,8 +62,8 @@ import System.Cmd import System.CPUTime import System.Environment import System.Directory -import System.IO as IO -import System.IO.Error +import System.IO +import System.IO.Error as IO import Data.Char import Control.Monad as Monad import Foreign.StablePtr ( newStablePtr )