Hello,I have a classical project with cabal file split between a library, an executable and a test-suite. When I run `cabal repl` I got all modules from the library loaded, which is somewhat logical.
I would like to launch a repl with test modules loaded, how can I achieve this?
Adding `--enable-tests` does not help for the repl...
Thanks,