atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor

Home Page:https://atom.io/packages/ide-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Language.Haskell.Stylish.Parse.parseModule

PhilipAD opened this issue · comments

I get the following error...

"Prettifier exited with non-zero exit status 1"

"beautifiers/index.coffee [error]: Error: Language.Haskell.Stylish.Parse.parseModule: could not parse input117925-20612-1qyhz0e.v55yu8fr: ParseFailed (SrcLoc ".hs" 16 5) "Parse error: type"(…)"

This is the wrong repo to report this actually. If I had to guess, this is thrown by atom-beautify. And apparently stylish-haskell stumbles upon syntax error on line 16.

Closing due to inactivity.