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

Framework Support for Stack & Cabal

Open LeanderK opened this issue 8 years ago • 0 comments

#298 introduced an abstraction that makes this issue relative straightforward to resolve.

it just needs:

  • implementation of FrameworkTypeEx for each
  • toolbox to create/add/remove projects (stack) and packages (cabal)
  • wizards for importing stack-projects (stack, is already existing for the import project action) and cabal-packages (may reuse parts of Discover Cabal-Packages)
  • remove AddCabal/DiscoverCabal Action
  • register framework support for new-project/import project from existing sources action
  • remove HaskellCompiler setting, replace it with a general stack/cabal setting. Delete mainProject in system.packages

LeanderK avatar Oct 04 '16 12:10 LeanderK