Open
Description
I found a test where cabal repl
works in project scope without a target, when the package is in the same directory as the project. The test is cabal-testsuite/PackageTests/ReplOptions
.
Should we also expect cabal repl
to pick the package library as the component to load when there is only one package in the project?