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
b26a1b3f
Commit
b26a1b3f
authored
May 06, 2012
by
Ian Lynagh
Browse files
Build fix
parent
fcb19dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/InteractiveUI.hs
View file @
b26a1b3f
...
...
@@ -186,7 +186,7 @@ keepGoing' a str = a str >> return False
keepGoingPaths
::
([
FilePath
]
->
InputT
GHCi
()
)
->
(
String
->
InputT
GHCi
Bool
)
keepGoingPaths
a
str
=
do
case
toArgs
str
of
Left
err
->
hPutStrLn
stderr
err
Left
err
->
liftIO
$
hPutStrLn
stderr
err
Right
args
->
a
args
return
False
...
...
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