Remove extraneous newline in version output

This commit is contained in:
Nikolay Yakimov 2015-12-06 02:43:12 +03:00
parent 75202b4be8
commit d9292e0a63
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import Config (cProjectVersion)
progVersion :: String -> String
progVersion pf =
"ghc-mod"++pf++" version " ++ showVersion version ++ " compiled by GHC "
++ cProjectVersion ++ "\n"
++ cProjectVersion
ghcModVersion :: String
ghcModVersion = progVersion ""