Hi! I am having trouble setting up VSCode with the dhall-haskell project. I can run stack build
on the main
branch without problems. But when I “open” the project with VScode it says:
I had trouble figuring out the exact GHC version for the project. Falling back to using 'ghc'.
Failed to find the GHC version of this Cabal project. Error when calling cabal exec -v0 -- ghc --print-libdir
And then there is no support for Haskell for this project, no code navigation, no type hints. It makes development very difficult, especially since I am a newcomer to Haskell and I am trying to learn my ways around the Haskell ecosystem.
I have everything installed on my Mac M1. ghc, cabal, gchup, stack, everything. I am not using nix.
Any help will be appreciated!