-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
I have a few files with TemplateHaskellQuotes enabled (as a pragma in the file).
stylish-haskell reports: Language.Haskell.Stylish.Parse.parseModule: could not parse ./src/Compiler/Function/Generate.hs: ParseFailed (SrcLoc "<unknown>.hs" 83 47) "Improper character constant or misplaced '"
At that position is a 'return.
When I enable TemplateHaskell in stylish-haskell's config file (not changing the source) it get's parsed correctly.
stylish-haskell 0.6.1.0