You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure implicit-hie is needed with hls these days.
I believe the automatic cabal cradle hls uses should just work.
What issues are you running into using hls without a hie.yaml file?
If you do need it to work with modern Haskell PRs welcome.
Hi,
I'm trying to setup haskell IDE in neovim.
I would like to generate hie.yaml file using implicit-hie https://hackage.haskell.org/package/implicit-hie.
I can only install (
cabal install implicit-hie
) for cabal project and Haskell 2010 version.The above command fails for GHC2021 and GHC2024.
Steps to recreate -
cabal install implicit-hie
This is should work fine.
cabal install implicit-hie
This should fail
The text was updated successfully, but these errors were encountered: