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
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)