Open Benjamin-McRae-Tracsis opened 3 months ago
After some investigation, it seems that commit a20e7da08ddfdd02f02e21368217100ef5daf7df is at fault, wherein a large tooling change happened.
Are we expected to use a newer haskellNix to use newer hackageNix's?
Describe the bug
When
nix flake update hackageNix
'ing, the build fails despite not changing our stackage snapshot.The diff:
This errors with:
Steps To Reproduce
I can't quite work out how to get a minimal example from mutating one of the buildable tests.
As far as I can see, setting your hackageNix to the above revision/version and trying to build a project with
network
as a dependency results in failure.Expected behavior
Updating the hackageNix without updating stackageNix has the same behaviour before and after.
I can build packages with
network
as a dependency.Additional context
Happy to investigate a minimal reproducer if given some pointers.