stack ghci
can't load package defined in internal-libraries
#6214
Labels
stack ghci
can't load package defined in internal-libraries
#6214
General summary/comments (optional)
stack ghci
fails when I create an internal library in package.yaml (Hpack has a top level fieldinternal-libraries
which creates internal libraries).stack build
goes fine, however.Steps to reproduce
stack new test-internal
into
and updating the dependencies
Expected
I expected ghci to load the project in the same way as it builds.
Actual
stack ghci
quits because:<command line>: cannot satisfy -package z-test-internal-z-myinternal
. Verbose output isStack version
Method of installation
Homebrew
Platform
macOS Catalina 10.15.7
The text was updated successfully, but these errors were encountered: