Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
4bf4b390
Commit
4bf4b390
authored
Jan 12, 2005
by
ross
Browse files
[project @ 2005-01-12 12:44:25 by ross]
fix System.IO.Error breakage
parent
96757f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
4bf4b390
{-# OPTIONS -#include "Linker.h" #-}
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.18
1
2005/01/12
09:46:06 simonmar
Exp $
-- $Id: InteractiveUI.hs,v 1.18
2
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment