-
Notifications
You must be signed in to change notification settings - Fork 65
Depend on haskell-mode #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
;; Version: 1.0 | ||
;; Package-Requires: ((emacs "24.3") (lsp-mode "3.0")) | ||
;; Version: 1.1 | ||
;; Package-Requires: ((emacs "24.3") (lsp-mode "3.0") (haskell-mode "16.1")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
16.1 appears to be current at the time of writing. I'm not really sure what to put here.
@@ -1,5 +1,5 @@ | |||
(package "lsp-haskell" | |||
"1.0" | |||
"1.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I considered 1.0.1, but requiring haskell-mode feels like a significant change so 1.1 or 2.0 is probably more appropriate, depending on the versioning policy in use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sense, but let's wait what other people think! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should fix the CI, see review.
@jcs090218 Please would you approve the workflow so we can see if CI is fixed? Also, kindly PTAL at my other comments in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned above, I don't have permission, but the code LGTM! :)
Thanks for updating the README as well! ❤️ 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
On the plus side, you're welcome. On the other hand, eek, let's hope it works! |
Note to reviewers: this PR is untested.
Fixes #163