Should cabal repl
pick the one package library as TARGET?
#10689
Labels
cabal repl
pick the one package library as TARGET?
#10689
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 iscabal-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?The text was updated successfully, but these errors were encountered: