haskell-stack: drop obsolete version overrides
This commit is contained in:
parent
c3941614d2
commit
fcd3115ef6
@ -1114,14 +1114,6 @@ self: super: {
|
||||
# Generate shell completion.
|
||||
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
|
||||
stack = generateOptparseApplicativeCompletion "stack" (super.stack.overrideScope (self: super: {
|
||||
ansi-terminal = self.ansi-terminal_0_9_1;
|
||||
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 = dontCheck (unmarkBroken super.pantry);
|
||||
rio = self.rio_0_1_11_0;
|
||||
rio-prettyprint = unmarkBroken super.rio-prettyprint;
|
||||
unliftio = self.unliftio_0_2_12;
|
||||
}));
|
||||
|
||||
# musl fixes
|
||||
|
Loading…
Reference in New Issue
Block a user