Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d6e5ab3b
Commit
d6e5ab3b
authored
Jan 24, 2008
by
Simon Marlow
Browse files
FIX BUILD wrong imports on non-Windows
parent
db0591be
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
d6e5ab3b
...
...
@@ -54,7 +54,6 @@ import System.Posix hiding (getEnv)
#
else
import
GHC.ConsoleHandler
(
flushConsole
)
import
qualified
System.Win32
import
System.FilePath
#
endif
#
ifdef
USE_READLINE
...
...
@@ -67,6 +66,7 @@ import System.Console.Readline as Readline
import
Control.Exception
as
Exception
-- import Control.Concurrent
import
System.FilePath
import
qualified
Data.ByteString.Char8
as
BS
import
Data.List
import
Data.Maybe
...
...
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