[Haskell-cafe] Using cabal repl with tests

Daniel Gorín dgorin at dc.uba.ar
Mon Sep 15 13:14:24 UTC 2014


Try: cabal repl <name_of_your_tests>

The same works for executables.

Daniel

On 15 Sep 2014, at 14:08, Arnaud Bailly <arnaud.oqube at gmail.com> wrote:

> 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
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list