Test suite using code generator fails to compile with cabal v2-repl
#8424
Labels
cabal-install: cmd/repl
re: code-generators
Concerning the `code-generators` field/functionality for `testsuite`s
type: bug
A test suite that depends on a code generator will successfully build with
cabal v2-build
, but not withcabal v2-repl
.To Reproduce
Clone https://github.com/RyanGlScott/code-generators-issue, which contains a minimal reproducer for the bug.
Run
cabal v2-build code-generators-issue-test
and observe that it succeeds:Run
cabal v2-repl code-generators-issue-test
and observe that it fails:Expected behavior
I would expect both to succeed.
System information
The text was updated successfully, but these errors were encountered: