mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskellPackages.lentil: override dep versions
This commit is contained in:
parent
5ad75554b6
commit
99d0e1d84b
1 changed files with 7 additions and 0 deletions
|
@ -1153,4 +1153,11 @@ self: super: {
|
|||
turtle_1_3_0 = super.turtle_1_3_0.overrideScope (self: super: {
|
||||
optparse-applicative = self.optparse-applicative_0_13_0_0;
|
||||
});
|
||||
|
||||
lentil = super.lentil.overrideScope (self: super: {
|
||||
pipes = self.pipes_4_3_2;
|
||||
optparse-applicative = self.optparse-applicative_0_13_0_0;
|
||||
# https://github.com/roelvandijk/terminal-progress-bar/issues/14
|
||||
terminal-progress-bar = doJailbreak self.terminal-progress-bar_0_1_1;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue