rikvdkleij / intellij-haskell

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

Import project from external model wizard has no stack option #636

Closed pypelyne closed 3 years ago

pypelyne commented 3 years ago

Plugin is installed and stack works as intended. However following the instructions doesn|t work. The wizard offers the external Tools "Gradle" and "Maven", but Stack is missing. Maybe related to that: the Haskell-Tab in IntelliJ-Menu doesn't look right. Something seems to be missing: image

rikvdkleij commented 3 years ago

When you import an existing Stack project (New / Project from Existing Sources) you will have to choose the Haskell Stack external model. And in next wizard page you'll will have to create Haskell Tool Stack SDK.

pypelyne commented 3 years ago

Thanks, that's what I got wrong. Now it works