Skip to content

Commit

Permalink
haskell-dhall-json: update override
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jul 1, 2018
1 parent 37c2056 commit be1461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ self: super: {
});

# 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; };
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;
Expand Down

0 comments on commit be1461f

Please sign in to comment.