flip111
flip111
I think it should because it raises a lot of questions for me. 1. When compilation starts? Once? Always? Only when the project was not compiled before? 2. Which compilation...
a few commands i had to run to get more stuff working ``` stack install hsdev --resolver=nightly-2016-03-21 stack install stylish-haskell stack install hashtags stack install codex stack install ghc-mod stack...
Now i'm getting this message ``` SublimeHaskell: hsdev version is incorrect: 0.1.8.2 Required version: >= 0.2.0.0 and < 0.2.1.0 Update it by running 'cabal update' and 'cabal install hsdev' ```...
@JimAmuro with lts-6.0 ``` -- Failure when adding dependencies: simple-log: needed (>=0.4.0), 0.3.4 found (latest applicable is 0.4.0) needed for package hsdev-0.2.0.0 ```
that did it, thanks for support guys. However original issue remains. @mvoidex let me know when you want me to investigate again which functions work and which dont. Anyway the...
little update ... ``` stack install hasktags hsdev stylish-haskell codex ``` All installed no problem with lts-6.4 SublimeHaskell did not found tools in path (even though they are available from...
This is also an alternative http://www.stephendiehl.com/posts/vim_2016.html i haven't tried it though
I'm not sure what most of the SublimeHaskell functions are suppose to do even. So not sure how intero would fit in... Maybe long term a solution could support https://github.com/Microsoft/language-server-protocol...
Maybe from a grammar design perspective i would also prefer to have the whitespace at the point of reference. After all "a SP b SP c" is easier to read...
Will it be acceptable to change anything in the comments of the xml ?