From 6b63bbb199ee33e2bf3e9e0865df234474883172 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 7 Apr 2019 11:19:58 +0200 Subject: [PATCH] haskell-pandoc: update override for the latest release --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 10a38e12d902..ff309da41d2d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1258,7 +1258,7 @@ self: super: { # Use latest pandoc despite what LTS says. # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309. - pandoc = doDistribute super.pandoc_2_7_1; + pandoc = doDistribute super.pandoc_2_7_2; pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3; # https://github.com/qfpl/tasty-hedgehog/issues/24