From 1472b9902acd70640d4e40636fcdd545669216a9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 18 Feb 2019 08:48:10 +0100 Subject: [PATCH] haskell-pandoc-citeproc: update override for the latest version --- 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 0d5f5285b168..270f41e14cca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1226,7 +1226,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 = dontCheck super.pandoc_2_6; - pandoc-citeproc = self.pandoc-citeproc_0_16_0_2; + pandoc-citeproc = self.pandoc-citeproc_0_16_1; # https://github.com/qfpl/tasty-hedgehog/issues/24 tasty-hedgehog = dontCheck super.tasty-hedgehog;