emacs-lsp / lsp-haskell

lsp-mode :heart: haskell
https://emacs-lsp.github.io/lsp-haskell
GNU General Public License v3.0
227 stars 56 forks source link

Remove non-functioning HARE commands #110

Closed michaelpj closed 3 years ago

michaelpj commented 3 years ago

HLS doesn't support these, and AFAIK nobody is actually working on making it support them, so I think we should just get rid of them.

As a bonus, this fixes byte-compile.

Potentially @alanz might object :) We can always put these back once they actually do something, but right now they're just misleading.

alanz commented 3 years ago

Much as it pains me, I think this is the right thing to do. Otherwise it confused people.

We can restore it when/if needed some time.