Skip to content

Commit

Permalink
hadoop-rpc: Fix build on ghc 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Dec 22, 2017
1 parent 25ef9fa commit 4c66ebb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
Expand Up @@ -75,4 +75,13 @@ self: super: {
# https://github.com/alanz/ghc-exactprint/pull/60
ghc-exactprint = dontCheck super.ghc-exactprint;

# Reduction stack overflow; size = 38
# https://github.com/jystic/hadoop-tools/issues/31
hadoop-rpc =
let patch = pkgs.fetchpatch
{ url = https://github.com/shlevy/hadoop-tools/commit/f03a46cd15ce3796932c3382e48bcbb04a6ee102.patch;
sha256 = "09ls54zy6gx84fmzwgvx18ssgm740cwq6ds70p0p125phi54agcp";
stripLen = 1;
};
in appendPatch super.hadoop-rpc patch;
}

0 comments on commit 4c66ebb

Please sign in to comment.