cabal2nix: update yaml override to the latest version

This commit is contained in:
Peter Simons 2018-09-18 16:03:05 +02:00
parent c5467e8f73
commit 72e2ab2c72

View File

@ -1075,7 +1075,7 @@ 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;
yaml = self.yaml_0_10_1_1;
yaml = self.yaml_0_10_2_0;
});
# Break out of "aeson <1.3, temporary <1.3".