rikvdkleij / intellij-haskell

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

Doesn't load sources of base-4.13.0 #511

Closed hasrthur closed 4 years ago

hasrthur commented 4 years ago

Try to create new project with latest haskell 8.8.2. It won't download sources for base-4.13.0 so you can't navigate to them. But if you change haskell version to 8.6.5 it will download base-4.12.0 and everything works smoothly.

Plugin version: 1.0.0-beta58 Stack version: 2.1.3 GHC: 8.8.2

MacOs X Catalina 10.15.2

rikvdkleij commented 4 years ago

Thanks for reporting!

Base 4.13 is not on Hackage..

rikvdkleij commented 4 years ago

FYI: https://github.com/haskell-infra/hackage-trustees/issues/240

hasrthur commented 4 years ago

thanks for your input. I guess nothing can be done here from your part so ticket can be closed. Anyway appreciate your work on this plugin!

rikvdkleij commented 4 years ago

@arthurborisow I have put in the intellij-haskell gitter channel some instructions how to workaround

hasrthur commented 4 years ago

@rikvdkleij thanks, it's working

rikvdkleij commented 4 years ago

Should be fixed in beta64 with workaround.