Skip to content

Commit

Permalink
haskell-cabal2nix: update override for hpack 0.31.0
Browse files Browse the repository at this point in the history
* pkgs/development/haskell-modules/configuration-common.nix:
  • Loading branch information
peti committed Sep 12, 2018
1 parent c15a94b commit e0c081c
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 @@ -1076,7 +1076,7 @@ self: super: {

# The tool needs a newer hpack version than the one mandated by LTS-12.x.
cabal2nix = super.cabal2nix.overrideScope (self: super: {
hpack = self.hpack_0_30_0;
hpack = self.hpack_0_31_0;
yaml = self.yaml_0_10_1_1;
});

Expand Down

0 comments on commit e0c081c

Please sign in to comment.