Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed loading DevelMain from stack ghci #423

Open
joprice opened this issue Oct 4, 2020 · 0 comments
Open

failed loading DevelMain from stack ghci #423

joprice opened this issue Oct 4, 2020 · 0 comments

Comments

@joprice
Copy link

joprice commented Oct 4, 2020

I get the following error when trying to follow the development instructions:

    Could not load module ‘Foreign.Store’
    It is a member of the hidden package ‘foreign-store-0.2’.
    You can run ‘:set -package foreign-store’ to expose it.
    (Note: this unloads all the modules in the current scope.)
    Use -v to see a list of the files searched for.
   |
40 | import Foreign.Store
   | ^^^^^^^^^^^^^^^^^^^^

It seems like the dev setting in stack.yaml is not being applied to the ghci session. If i change it to True in the cabal file, the dev features are enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant