about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-04 14:11:44 +0100
committerPeter Simons <simons@cryp.to>2019-03-05 11:13:47 +0100
commit9e1ef78162e31f37fccc4ede31c16a5fef7c8421 (patch)
treefd551e940b95d23cbe6a099446ea592e9c1ce6e4 /pkgs/development/haskell-modules/configuration-common.nix
parent6e04ad95231ab7d3c5bc7203c3c81560c39df72b (diff)
downloadnixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar.gz
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar.bz2
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar.lz
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar.xz
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.tar.zst
nixlib-9e1ef78162e31f37fccc4ede31c16a5fef7c8421.zip
pandoc: add overrides to fix build of the new 2.7 version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 316efcd0d596..de3c875cbbf3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1219,8 +1219,11 @@ 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 (dontCheck super.pandoc_2_6);
-  pandoc-citeproc = self.pandoc-citeproc_0_16_1;
+  pandoc = doDistribute super.pandoc_2_7;
+  pandoc-citeproc = self.pandoc-citeproc_0_16_1_1;
+  skylighting = self.skylighting_0_7_7;
+  skylighting-core = self.skylighting-core_0_7_7;
+  texmath = self.texmath_0_11_2_1;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;