Haskell Plugins not in Repository

When I search "haskell" the plugin repository I am not seeing any results, but a quick google search suggests there should be multiple. Am I missing something? Are these plugins not available for Webstorm?

0
1 comment

Hi there,

https://plugins.jetbrains.com/search?search=haskell

They are either incompatible on required IDE versions (platform build numbers) .. or do not properly declare required dependencies and therefore treated as IDEA-only plugins.

e.g. https://plugins.jetbrains.com/plugin/8258-intellij-haskell/update/39417 or https://plugins.jetbrains.com/plugin/7602-haskforce/update/39380

>plugin.xml has no dependencies so we assume that plugin supports IntelliJ IDEA only.

 

 

You may try and download the plugin locally and then install manually from archive -- may work ... but not guaranteed. If IDE will fail to start (which may happen in some cases due to plugin misbehaving when it does not have needed dependencies present) you will have to delete the plugin file(s) manually from IDE settings folder while IDE is closed.

1

Please sign in to leave a comment.