haskell-dhall-json: update override

Changed files
+1 -1
pkgs
development
haskell-modules
+1 -1
pkgs/development/haskell-modules/configuration-common.nix
···
});
# dhall-json requires a very particular dhall version
-
dhall-json_1_2_0 = super.dhall-json_1_2_0.override { dhall = self.dhall_1_14_0; };
# https://github.com/fpco/streaming-commons/issues/49
streaming-commons = dontCheck super.streaming-commons;
···
});
# 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; };
# https://github.com/fpco/streaming-commons/issues/49
streaming-commons = dontCheck super.streaming-commons;