intellij-haskforce icon indicating copy to clipboard operation
intellij-haskforce copied to clipboard

Build Tool Infrastructure

Open carymrobbins opened this issue 8 years ago • 0 comments

IntelliJ provides infrastructure for build tools that we should tap into for Stack, Cabal, Etlas, etc. This should support features that other build tools, like Gradle, SBT, Maven, etc., provide, such as auto-import, which will sync your IntelliJ configuration with your build file's configuration (Stack, Cabal) automatically.

This intellij-scala PR providing CBT support may be a good reference - https://github.com/JetBrains/intellij-scala/pull/383

carymrobbins avatar Aug 16 '17 13:08 carymrobbins