haskell-stack: drop obsolete overrides

http-download versios 2.0.x is the default in LTS 16.x.
wip/yesman
Peter Simons 4 years ago
parent b53c8b2810
commit 102ae12936
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1046,8 +1046,7 @@ self: super: {
# Generate shell completion.
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;
stack = generateOptparseApplicativeCompletion "stack" (super.stack.overrideScope (self: super: { http-download = self.http-download_0_2_0_0; }));
http-download_0_2_0_0 = dontCheck super.http-download_0_2_0_0;
stack = generateOptparseApplicativeCompletion "stack" super.stack;
# musl fixes
# dontCheck: use of non-standard strptime "%s" which musl doesn't support; only used in test

Loading…
Cancel
Save