From b04e3e913fb59bc2158061eda13d92ec81793133 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Dec 2020 11:37:17 +0100 Subject: [PATCH] pandoc: bump the versions of the dependencies to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6eeed93d375..f84b8d05759 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1529,4 +1529,9 @@ self: super: { # 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27) pandoc-include-code = doJailbreak super.pandoc-include-code; + # Update pandoc dependencies to fix the build. + doctemplates = self.doctemplates_0_9; + skylighting = self.skylighting_0_10_2; + skylighting-core = self.skylighting-core_0_10_2; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super