mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
stack: update overrides to use pantry rather than pantry-tmp
This commit is contained in:
parent
92ad54a274
commit
5c89397875
|
@ -1129,7 +1129,7 @@ self: super: {
|
|||
concurrent-output = self.concurrent-output_1_10_10; # needed for new ansi-terminal version
|
||||
hi-file-parser = dontCheck (unmarkBroken super.hi-file-parser); # Avoid depending on newer hspec versions.
|
||||
http-download = dontCheck (unmarkBroken super.http-download);
|
||||
pantry-tmp = dontCheck (unmarkBroken super.pantry-tmp);
|
||||
pantry = dontCheck (unmarkBroken super.pantry);
|
||||
rio = self.rio_0_1_11_0;
|
||||
rio-prettyprint = unmarkBroken super.rio-prettyprint;
|
||||
unliftio = self.unliftio_0_2_12;
|
||||
|
|
Loading…
Reference in a new issue