Open nh2 opened 6 years ago
And that's especially silly because doCheck = false;
so it doesn't need the dep in the first place.
Looks like I can work around it by adding tree-diff = null
to the generated stack2nix output file.
I think this can only be solved with #111 - so that we use stack information to render packages.
When running stack2nix 0.2 on a project using
resolver: lts-9.1
(succeeds) and then trying to build the output package:In this case, Cabal's test suite depends on
tree-diff
but the generated stack2nixhaskellPackages
output file doesn't containtree-diff
.