cabal2nix: update hpack override to use the latest version

This commit is contained in:
Peter Simons 2018-03-15 16:26:35 +01:00
parent 45caa0cf64
commit 326e1157a3

View File

@ -599,7 +599,7 @@ self: super: {
}));
# Need newer versions of their dependencies than the ones we have in LTS-11.x.
cabal2nix = super.cabal2nix.overrideScope (self: super: { hpack = self.hpack_0_28_0; hackage-db = self.hackage-db_2_0_1; });
cabal2nix = super.cabal2nix.overrideScope (self: super: { hpack = self.hpack_0_28_1; hackage-db = self.hackage-db_2_0_1; });
# https://github.com/bos/configurator/issues/22
configurator = dontCheck super.configurator;