SublimeHaskell
SublimeHaskell copied to clipboard
A Sublime Text 3 plugin for Haskell. Features cabal building, error and warning highlighting, smart completion and ghc-mod integration.
This plugin fails when I have hsdev's version higher than 0.3.3, is this a bug?
I installed all the dependencies and completed the Setup as documented. When I make changes to my test/Spec.hs in a stack project, I get an error `Error: Could not find...
With the Hasky theme, my sidebar disappears and much of the UI is screwed up. I'm running Sublime Text 3.2.1 on MacOS 10.14.4. Package control tells me I have the...
I just installed SublimeHaskell for Sublime, and am using it to help lint individual files since I had more trouble getting the Language Server implementation to work. However, SublimeHaskell's errors...
 I've noticed the first lines after do or where are coloured differently. Colour scheme is Mariana.

I posted an issue in hsdev also, but it might make sense to reference it here also. Hopefully it may help someone in similar circumstances. https://github.com/mvoidex/hsdev/issues/102#issue-570051536
We're exploiting the fact that they are the only possible single-word declarations on a zero-indent.  
Problem: the insert type command doesn't insert complete type, despite the linter suggesting the correct type. Just installed Haskell (ghcup) and SublimeLinter + listed dependencies. GHC 8.6.5 Cabal 3.0.0.0 Stack...