Skip to content

Commit

Permalink
haskell-stack: drop obsolete overrides
Browse files Browse the repository at this point in the history
http-download versios 2.0.x is the default in LTS 16.x.
  • Loading branch information
peti committed Jun 19, 2020
1 parent b53c8b2 commit 102ae12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -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
Expand Down

0 comments on commit 102ae12

Please sign in to comment.