Fixing compiler error

This commit is contained in:
Andrew Gibiansky 2015-08-13 01:04:10 -07:00
parent e1f1f0cfc4
commit 460081f181

View File

@ -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 =