haskell-cabal2nix: update override for hpack 0.31.0
* pkgs/development/haskell-modules/configuration-common.nix:
This commit is contained in:
parent
c15a94b6d1
commit
e0c081c6ac
@ -1076,7 +1076,7 @@ self: super: {
|
|||||||
|
|
||||||
# The tool needs a newer hpack version than the one mandated by LTS-12.x.
|
# The tool needs a newer hpack version than the one mandated by LTS-12.x.
|
||||||
cabal2nix = super.cabal2nix.overrideScope (self: super: {
|
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;
|
yaml = self.yaml_0_10_1_1;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user