Skip to content

Commit

Permalink
haskell-stack: jailbreak to work around commercialhaskell/stack#3001
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 13, 2017
1 parent 7a6648f commit c37e51f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -702,15 +702,8 @@ self: super: {
'';
});

# The most current version needs some packages to build that are not in LTS 7.x.
# stack = super.stack.overrideScope (self: super: {
# http-client = self.http-client_0_5_5;
# http-client-tls = self.http-client-tls_0_3_3_1;
# http-conduit = self.http-conduit_2_2_3;
# criterion = super.criterion.override { inherit (super) optparse-applicative; };
# aeson = self.aeson_1_0_2_1;
# hpack = self.hpack_0_15_0;
# });
# https://github.com/commercialhaskell/stack/issues/3001
stack = doJailbreak super.stack;

# The latest Hoogle needs versions not yet in LTS Haskell 7.x.
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_1; };
Expand Down

0 comments on commit c37e51f

Please sign in to comment.