intellij-haskforce
intellij-haskforce copied to clipboard
Build Tool Infrastructure
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