3
0
Fork 0
forked from mirrors/nixpkgs

dhall-json_1_2_1: Bump dhall dep

This commit is contained in:
Sarah Brofeldt 2018-07-02 11:04:17 +02:00 committed by Domen Kožar
parent a983ab304b
commit 24ef1450bd

View file

@ -1063,7 +1063,7 @@ self: super: {
});
# dhall-json requires a very particular dhall version
dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_14_0; };
dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_15_0; };
# https://github.com/fpco/streaming-commons/issues/49
streaming-commons = dontCheck super.streaming-commons;