Alexandr Ruchkin

Results 75 comments of Alexandr Ruchkin

Oh, I see, you're right. It's bug in name lookup - it shows two different `try`, and correct one is first. I'm experimenting with using `haskell-names` package for names lookup,...

Can you paste here minimal code to reproduce (as text)? I'm about first one

Thanks, I've fixed comment issue with https://github.com/SublimeHaskell/SublimeHaskell/commit/d8321ad640a102a2cb4d023b103177aa32d68591, now it must be ok

I don't think it is SublimeHaskell's issue, I have no idea how it can be fixed. Haskell.tmLanguage is defined by SublimeText 2. By the way, I prefer another indentation, because...

It needs only built dependencies, so it runs `stack build --only-dependencies` (like ghc-mod does for stack projects), which may take long.

> I don't know how that works, since a text search for sublime_haskell_ghc_mod_check_and_lint only returns 2 results, neither of which are a definition of that command SublimeText has mixed name...

I've created copy of this issue in right place.

Can't `cabal install` it on Windows. Is there any manual?

Oops, forgot to `cabal update`.

For multiple selection https://github.com/haskell-suite/haskell-names?source=c can be useful