Hamish Mackenzie
Hamish Mackenzie
> For example, cabal2nix always includes tests and benchmarks dependencies, while stack does only for packages in `locations` section. Could a custom version of `pkgs.haskell.lib.packageSourceOverrides` disable tests and benchmarks for...
Would it make sense to change it to `cabal update hackage.haskell.org` (instead of removing it)?
I thought it would, but a quick test shows it does not. :-(
This works `cabal update --project-file=$(mktemp)`
But perhaps not on windows
This should be fixed by #1592
It looks like this has broken one of the old build kite tests that was actually using the flake. It now asks for input from user. See https://buildkite.com/input-output-hk/haskell-dot-nix/builds/7008#0182d985-68d6-4650-a955-8975b87c9ae8
bors try-
bors try-