diff --git a/app/Main.hs b/app/Main.hs index 615aabe7cf0c90bb1eb0fbbc1fc798809033179f..b5f7f341f516f272faaf9adb2d05d493f39941ee 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -113,7 +113,7 @@ eval f str = do Left err -> shellPutErrLn err Right (result, globals') -> do putShellSt globals' - shellPutStr result + shellPutStrLn result -- | Get the current version version' :: String