forked from haskell/haskell-ide-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix a bunch of stuff #3
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use haskell-lsp-12.1.0 from hackage
Now addPackage will either add the package to all components the module is part of or only to the main "dependencies" object.
Narrow ghc mod core
Expecting GHC 8.2.2 version to fail.
There is a problem in the unit tests, getting feedback for a haskell file with a parse error in it. See ndmitchell/hlint#637
[hie-nix](https://github.com/domenkozar/hie-nix) has now been archived and superseded by [all-hies](https://github.com/Infinisil/all-hies).
Change url for nix installation instructions
Still get segfault
Which makes the liquidhaskell hover messages render better.
Which relaxes the aeson constraint to what is actually needed.
Add package to library component in package.yaml
Which does not need a revision annotation
Gory details are at ndmitchell/hlint#637, as triggered by alanz@0d4496d
add possibility to run `install.hs` from cabal
The changes should make it easier for a newcomer to integrate HIE with Vim. The previous version made me think that I as Vim user had to clone the LanguageClient-neovim repo, when in reality vim-plug works just fine to install the plugin. Using vim-plug is arguably easier than cloning the repo and adding it to the runtime path.
…into hie-bios-wz1000
You need to target the |
Oh, I thought I did. Sorry. |
fendor
added a commit
that referenced
this pull request
Oct 1, 2019
* manual typeclass impls for GhcT * remove derivingVia language extension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also merge HIE:head.
Current func-test summary: https://gist.github.com/wz1000/9e2b6595690a89ab189e59d40ba572f8
Needs https://github.com/wz1000/cabal-helper-helper/ in
PATH
for the tests to work