SublimeHaskell icon indicating copy to clipboard operation
SublimeHaskell copied to clipboard

A Sublime Text 3 plugin for Haskell. Features cabal building, error and warning highlighting, smart completion and ghc-mod integration.

Results 81 SublimeHaskell issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/24905054/63793136-02108a00-c8cd-11e9-8c16-059d8cf4e40f.png) I've noticed the first lines after do or where are coloured differently. Colour scheme is Mariana.

![image](https://user-images.githubusercontent.com/1428088/73858924-7e72a600-4839-11ea-8685-977a96ef8762.png)

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. ![image](https://f.cloud.github.com/assets/1560937/664477/0ae0c63e-d786-11e2-89f2-653cf4e3edec.png) ![image](https://f.cloud.github.com/assets/1560937/664480/2a85fc8e-d786-11e2-9427-ffa60a5d6123.png)

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...