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.
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.yamlfile instead of a cabal file. I haven't added anyrequirestatements yet.