atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Fixes #64 Kotlin Runtime is added to the classpath to fix a NoClassDefFoundError. #86

Closed duemir closed 9 years ago

duemir commented 9 years ago

CabalProjectResolver and CabalTaskManager are executed in the separate process which didn't have Kotlin runtime on the classpath. ExternalSystemManager API is used in order to add it there.

I have not enabled the import in the plugin.xml, because it seem half-baked.