mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
stack2nix: fix build
This commit is contained in:
parent
347499926b
commit
9e502600ba
@ -1074,6 +1074,10 @@ self: super: {
|
||||
hpack = self.hpack_0_31_0;
|
||||
yaml = self.yaml_0_10_2_0;
|
||||
});
|
||||
stack2nix = super.stack2nix.overrideScope (self: super: {
|
||||
hpack = self.hpack_0_31_0;
|
||||
yaml = self.yaml_0_10_2_0;
|
||||
});
|
||||
|
||||
# Break out of "aeson <1.3, temporary <1.3".
|
||||
stack = doJailbreak super.stack;
|
||||
|
Loading…
Reference in New Issue
Block a user