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
Hi, this is a really great idea. I'd like to use it, but when I add it per the instructions I get the following error:
ghc: could not execute: requirepp
<no location info>: error:
Could not load module ‘AccountStore.Account’
It is a member of the hidden package ‘server-0.1.0.0’.
You can run ‘:set -package server’ to expose it.
(Note: this unloads all the modules in the current scope.)
This is on a project generated with stack new, using a package.yaml file instead of a cabal file. I haven't added any require statements yet.
The text was updated successfully, but these errors were encountered:
This is due to the fact that require is not on the PATH. Try installing it with stack install require and see if it works. It is very weird, as stack should do it when it is building the project.
Hi, this is a really great idea. I'd like to use it, but when I add it per the instructions I get the following error:
This is on a project generated with
stack new
, using apackage.yaml
file instead of a cabal file. I haven't added anyrequire
statements yet.The text was updated successfully, but these errors were encountered: