SublimeHaskell
SublimeHaskell copied to clipboard
Wrong Module Checking
I'm having a ghc error: `Errors: 0, Warnings: 0, Hints: 0, Uncategorized 1
Uncategorized: 1
<no file/command line/OPTIONS_GHC>: line 1, column 1: Uncategorized: Backend error encountered during 'Checking and Linting': ghc error`
when parsing
module Lib (, getJohnsonResults ) where
Note the comma.