You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and configured the plugin correspondingly (set paths to cabal and ghc-mod/ghc-modi). Now when I open a tutorial project "helloworld" I see these two messages in the Event Log:
8:25:42 PM cabal: Can't read cabal package list.
8:25:42 PM cabal: Can't read installed package list using ghc-pkg.
What ghc-pkg? There seems to be no such an installation option. What am I supposed to do next?
I don't know whether the following is related to the above messages, probably not.
I have errors in my code which is presumably correct (at least it is compiled fine using stack build). For example:
Hi,
I've installed the plugin from inside of PhpStorm. Then I've installed
cabal
andghc-mod
viastack
:and configured the plugin correspondingly (set paths to
cabal
andghc-mod
/ghc-modi
). Now when I open a tutorial project "helloworld" I see these two messages in the Event Log:What ghc-pkg? There seems to be no such an installation option. What am I supposed to do next?
I don't know whether the following is related to the above messages, probably not.
stack build
). For example:— it has
Data.Text.IO
highlighted with the message: "Could not find moduleData.Text.IO
. Use -v to see a list of the files searched for".There seems to be no way to launch a program. Should I have
Run
button enabled or something?Also I don't see how to build a project from the IDE.
The text was updated successfully, but these errors were encountered: