This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 93
Creating a new project without Haskell installed fails #688
Comments
I actually have Haskel installed via GHCup, and I still have the same exception when attempting to create a new empty Haskel module. The following is installed via GHCup:
I can compile The following warning is displayed in the dialogue when creating a new project:
A snippet from the
|
Same here. But in my case ghc/stack were installed via chocolatey on Windows. Calling those manually works |
Have Haskell installed via stack. Am getting this issue as well. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have IntelliJ IDEA installed and installed the Haskell plugin.
Then I tried to create a new project.
It resulted in this error message:
I had expected that the Haskell plugin would detect that I don't have Haskell installed yet (I'm a beginner in Haskell) and would offer some useful link or action for downloading a Haskell environment.
The text was updated successfully, but these errors were encountered: