Alec Theriault
Alec Theriault
> TLDR; fine. I do wonder though about compatibility to other Haskell compilers, but that bridge probably has been burned a while ago. I assumed the existence of the `-g`...
Re-reading this, I realize some context might be helpful: we ran into this at work when it turned out one member on our team had a global gitignore file which...
There's `--test-option`/`--test-options`. I use it all the time for accepting the Haddock test suite (since `v2-test` does some more essential stuff that `v2-run` doesn't do). ``` cabal new-test --with-ghc ghc-8.6.3...