mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 19:36:06 +00:00
Fixing compiler error
This commit is contained in:
parent
e1f1f0cfc4
commit
460081f181
@ -74,7 +74,7 @@ ihaskell (Args (Kernel (Just filename)) args) = do
|
||||
ihaskell a@(Args (Kernel Nothing) _) = do
|
||||
hPutStrLn stderr "No kernel profile JSON specified."
|
||||
hPutStrLn stderr "This may be a bug!"
|
||||
hPrint a
|
||||
hPrint stderr a
|
||||
|
||||
showingHelp :: IHaskellMode -> [Argument] -> IO () -> IO ()
|
||||
showingHelp mode flags act =
|
||||
|
Loading…
x
Reference in New Issue
Block a user