Skip to content
Evgeny Kurbatsky edited this page Jun 14, 2014 · 1 revision

From IDEA

You can install plugin from idea by going to Preferences -> Plugins and pressing Browse repositories....

To normal work this plugin need:

Haskell platform cabal must be in PATH cabal packages ghc-mod, buildwrapper

From Sources

To normal compilation you will need:

  • IDEA 13.1
  • Kotlin plugin
  • JDK 6 (higher JDK versions not suitable)
  • IntelliJ IDEA Plugin SDK

To build plugin

Build -> Prepare Plugin Module 'haskell-plugin' For Deployment

Idea will create an archive with plugin. Preferences -> Plugins -> Install plugin from disk ...

Clone this wiki locally