rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

A question ! #578

Closed GordonGgx closed 4 years ago

GordonGgx commented 4 years ago

@rikvdkleij Default the intellij-haskell use stack build project. Why not use stack's work path with default ? Can get the resource configuration of a stack through stack path. Now it's the plug-in itself to download a lot of compilation tools.

rikvdkleij commented 4 years ago

Thanks for your interest!

The main reason is that building Haskell tools should not interfere with user's Haskell projects. Also because plugin depends on API of Haskell tools.