[Haskell-cafe] Using cabal repl with tests

Arnaud Bailly arnaud.oqube at gmail.com
Mon Sep 15 13:08:00 UTC 2014


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,
--
Arnaud Bailly
FoldLabs Associate: http://foldlabs.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140915/d31b8e8f/attachment.html>


More information about the Haskell-Cafe mailing list