emacs-lsp / lsp-haskell

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

release first version of lsp-haskell #36

Open thkoch2001 opened 5 years ago

thkoch2001 commented 5 years ago

There has not yet been a tagged release of lsp-haskell. I'll update lsp and lsp-ui for Debian to 6.0 the next days. Is the current lsp-haskell master branch expected to work with this versions?

alanz commented 5 years ago

Yes.

alanz commented 5 years ago

@thkoch2001 If you want to make a PR against this repo with the right version info (1.0?) formatted as required by Debian, I will gladly merge it.

eigengrau commented 2 years ago

Releases would be welcome. E.g., currently, lsp-haskell master is incompatible with the latest release of lsp-mode (8.0.0), which does not yet have the new defcustom-lsp macro. So, for practical purposes, users have to either install lsp-mode from master as well and hope that both development branches are compatible at least most of the time, or stay up to date with development of both packages and pin their lsp-haskell install to a commit that is compatible with the latest lsp-mode release.

michaelpj commented 2 years ago

I didn't know lsp-mode even did releases. Clearly not very often...