rikvdkleij / intellij-haskell

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

Intellij IDEA fails to upgrade to beta 46 #417

Closed mouse07410 closed 5 years ago

mouse07410 commented 5 years ago

On one machine the update succeeded, and beta 46 seems much better than the previous versions.

On all the other machines, this plugin is stuck at version beta 43, and I seem unable to force IDEA to update it.

If I don't want to rebuild the plugin from the source - where can I download it from?

Also, could the problem be related to the possible name mismatch? Here module-name=IntelliJ Haskell, in other places module-name=IntelliJ-Haskell https://github.com/rikvdkleij/intellij-haskell/blob/69199f33f1d555ba8ac6fee70a65b585441c4cb2/intellij-haskell/intellij-haskell.iml#L9

mouse07410 commented 5 years ago

It looks like changing the "Custom plugin repositories" to https://plugins.jetbrains.com/plugins/alpha (dropping the tail /8258) resolved this problem, and made the plugin update to beta 46 immediately.