atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor
https://atom.io/packages/ide-haskell
Other
232 stars 30 forks source link

GHC errors have more empty new lines than needed on Windows #183

Closed varosi closed 7 years ago

varosi commented 7 years ago

Atom shows it like that: ghcerror

But when I build it from Windows Console - it's alright without such empty new lines. I'm using latest Atom + atom-haskell plug-ins on Windows 10.

varosi commented 7 years ago

Hints about errors contain empty lines, too.

lierdakil commented 7 years ago

Is this specific to builds, and not happening with ghc-mod powered checks? If so, ide-haskell-cabal is probably the culprit.

lierdakil commented 7 years ago

Try updating to ide-haskell-cabal v1.7.2 to see if it helps any.

varosi commented 7 years ago

Great! It's alright now! Thanks a lot!