From 96c7ea5f6d1b9d41afcdcac1b156813013a5d04d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Mar 2019 10:31:58 +0100 Subject: [PATCH] haskell-pandoc: update overrides for the new 2.7.1 version --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9b89787531cc..1c6a9c160fd6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1216,8 +1216,8 @@ 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; - pandoc-citeproc = self.pandoc-citeproc_0_16_1_3; + pandoc = doDistribute super.pandoc_2_7_1; + pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3; # https://github.com/qfpl/tasty-hedgehog/issues/24 tasty-hedgehog = dontCheck super.tasty-hedgehog;