Skip to content
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

support for hiedb 0.5.* in ghcide #3945

Closed
peterbecich opened this issue Jan 13, 2024 · 0 comments · Fixed by #3943
Closed

support for hiedb 0.5.* in ghcide #3945

peterbecich opened this issue Jan 13, 2024 · 0 comments · Fixed by #3943
Labels

Comments

@peterbecich
Copy link
Member

Is your enhancement request related to a problem? Please describe.

Current upper bound is < 0.4.5
https://github.com/haskell/haskell-language-server/blob/master/ghcide/ghcide.cabal#L81

Describe the solution you'd like

Support for latest hiedb 0.5.*
https://hackage.haskell.org/package/hiedb

This would make it easier to build with the latest NixPkgs:

$ nix search nixpkgs/haskell-updates#haskellPackages hiedb   
* legacyPackages.x86_64-linux.haskellPackages.hiedb (0.5.0.0)
  Generates a references DB from .hie files

Describe alternatives you've considered

Additional context

@peterbecich peterbecich changed the title support for hiedb 0.5.0.0 in ghcide support for hiedb 0.5.* in ghcide Jan 13, 2024
peterbecich added a commit to peterbecich/haskell-language-server that referenced this issue Jan 13, 2024
```
cabal build ./ghcide --constraint 'hiedb==0.5.*'
```

closes: haskell#3945
@peterbecich peterbecich linked a pull request Jan 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant