Skip to content

Commit

Permalink
haskell-stack: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Oct 28, 2016
1 parent b5fb02f commit 9c31962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -970,7 +970,7 @@ self: super: {

# https://github.com/commercialhaskell/stack/issues/2263
stack = super.stack.overrideScope (self: super: {
http-client = self.http-client_0_5_3_2;
http-client = self.http-client_0_5_3_3;
http-client-tls = self.http-client-tls_0_3_3;
http-conduit = self.http-conduit_2_2_3;
optparse-applicative = dontCheck self.optparse-applicative_0_13_0_0;
Expand Down

0 comments on commit 9c31962

Please sign in to comment.