Open
Description
General summary/comments
Running the REPL for only the test suite in my project fails with an error saying the library package cannot be satisfied (even though the library builds without errors).
Please see #5380 (comment) for an accurate description of the problem (I didn't realize this was the exact problem when I created this issue).
Steps to reproduce
- Run the following commands to clone and build the example repo (the last step results in a compilation error):
git clone https://github.com/runeksvendsen/bellman-ford.git
cd bellman-ford
git checkout 781835aa000ad40f6c54f2c7426e9378ff6905e4
stack build
stack test --no-run-tests
Now start a REPL for the test suite:
stack repl bellman-ford:test:bellman-ford-test
Expected
Not failing with a "cannot satisfy -package"-error since the library builds fine.
Actual
It fails with the following error:
<command line>: cannot satisfy -package bellman-ford-0.1.0.0
(use -v for more information)
Verbose output: https://gist.github.com/runeksvendsen/4ef3125578dc9de82962912be29f2f89
Stack version
$ stack --version
Version 2.3.3, Git revision cb44d51bed48b723a5deb08c3348c0b3ccfc437e x86_64 hpack-0.33.0
Method of installation
- Download from GitHub/Releases, then upgraded via
stack upgrade