alpmestan/ghc.nix

Don't run tests for Haskell code

sgraf812 opened this issue · 0 comments

Building and running tests for all dependencies takes a long time. I suggest disabling tests for all Haskell code. Here's an answer that might be useful in that regard. I've added that overlay to my personal set of overlays, but maybe we should also deactivate tests in the derivation for the shell...

Edit: The overlay means that none of the haskell packages are cached on Hydra. Yuck