cabal2nix: update build to hpack 0.24
This commit is contained in:
parent
77e074829b
commit
af884f5607
@ -606,7 +606,7 @@ self: super: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Need newer versions of their dependencies than the ones 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_23_0; };
|
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_24_0; };
|
||||||
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
|
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
|
||||||
|
|
||||||
# https://github.com/bos/configurator/issues/22
|
# https://github.com/bos/configurator/issues/22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user