You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running stack2nix 0.2 on a project using resolver: lts-9.1 (succeeds) and then trying to build the output package:
error: anonymous function at /nix/store/c79p3krp7li3rnc6mfjaar0n82kkxf3k-cabal2nix-Cabal/default.nix:1:1 called without required argument 'tree-diff', at /nix/store/5nj7vgd7spdcvxs47gpv58nqjs76vsla-source/pkgs/development/haskell-modules/make-package-set.nix:88:27
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
.The text was updated successfully, but these errors were encountered: