rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

What's the meaning of "Can not download cabal config file for stack resolver lts-15.9" mean? #544

Closed chansey97 closed 4 years ago

chansey97 commented 4 years ago

I am using this plugin to write Haskell code. Everything is OK.

Thank you very much for this excellent work!

But a have a question:

Each time I open a Haskell project in the IDE, it tell me that:

2:28 Can not download cabal config file for stack resolver lts-15.9, please check your network environment. Falling back to default Cabal.config

I'm sorry, since I am not very familiar with Haskell ecosystem, I don't quite understand the meaning of this sentence:

  1. intellij-haskell use stack to manage packages and build project, right? Why it need to download cabal config file?

  2. Is there any way to fix it?

Thanks.

rikvdkleij commented 4 years ago

Can be hiccup of Stackage but not really an issue. It falls back to a default one and this config file is only used for auto-complete support of package names in a cabal file.

rikvdkleij commented 4 years ago

Please reopen if still an issue.