cabal2nix: build with latest version of hpack

This commit is contained in:
Peter Simons 2018-01-26 11:04:13 +01:00
parent 4ec557eea9
commit f8776eabdd

View File

@ -605,7 +605,8 @@ self: super: {
haskell-src-exts = self.haskell-src-exts_1_20_1;
};
# Needs newer version of its dependencies than we have in LTS-10.x.
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_22_0; };
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
# https://github.com/bos/configurator/issues/22