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 have GHCup installation - stack 2.7.7 and ghc 9.0.2. I built the stack project that has resolver: lts-19.19 setting with stack build --test --haddock --no-haddock-hyperlink-source. I installed the plugin, restart and try to do New Project wizard select Import project from external model and check Haskell Stack. Select 2.7.5 as SDK. Plugin then installs ghc-8.10.7 into C:\Users\USER\AppData\Local\Programs\stack\x86_64-windows\ghc-8.10.7 and installs Haskell Tools (HLint, Hoogle, Ormolu, and Stylish Haskell) into C:\Users\USE\AppData\Local\rikvdkleij\intellij-haskell\cache\lts-18.
Why is that? Why is resolver: lts-19.19 (local stack.yaml) ignored?
The text was updated successfully, but these errors were encountered:
Thanks - as I said this is the first day (after a year or so) that work with you plugin. Thank you for replying.
Edit: I tried building Stylish Haskell, Ormolu, HLint and Hoogle using stack install .. but the problem is that all of them require different combination of versions of ghc-lib-parser-ex and ghc-lib-parser to build.
I have GHCup installation - stack 2.7.7 and ghc 9.0.2. I built the stack project that has
resolver: lts-19.19
setting withstack build --test --haddock --no-haddock-hyperlink-source
. I installed the plugin, restart and try to doNew Project
wizard selectImport project from external model
and checkHaskell Stack
. Select 2.7.5 as SDK. Plugin then installs ghc-8.10.7 intoC:\Users\USER\AppData\Local\Programs\stack\x86_64-windows\ghc-8.10.7
and installs Haskell Tools (HLint, Hoogle, Ormolu, and Stylish Haskell) intoC:\Users\USE\AppData\Local\rikvdkleij\intellij-haskell\cache\lts-18
.Why is that? Why is
resolver: lts-19.19
(localstack.yaml
) ignored?The text was updated successfully, but these errors were encountered: