haskell-hpack: update overrides for the new version

This commit is contained in:
Peter Simons
2018-11-05 14:06:28 +01:00
parent d15d64352a
commit db203c84e3
3 changed files with 5 additions and 5 deletions
@@ -1065,11 +1065,11 @@ 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_31_0;
hpack = self.hpack_0_31_1;
yaml = self.yaml_0_11_0_0;
});
stack2nix = super.stack2nix.overrideScope (self: super: {
hpack = self.hpack_0_31_0;
hpack = self.hpack_0_31_1;
yaml = self.yaml_0_11_0_0;
});