Open mmhat opened 3 months ago
What is the default GHC version that you have in your shell?
What is the default GHC version that you have in your shell?
Oh, I forgot to mention that in the issue: It's GHC 9.10.1.
Haha yeah I am not surprised this would confuse it. Yeah we have to work on the ergonomics of the tool.
I am trying to use
print-api
in a new project of mine: https://github.com/mmhat/os-string-aeson I have GHC 9.10.1 set as the default compiler, but use GHC 9.8.2 in that project (specified in the cabal.project.local). I did the following:The last command worked, but I think the user experience could be better...