summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-06-13 22:14:54 +0200
committerPeter Simons <simons@cryp.to>2019-06-14 13:06:35 +0000
commita8a43ab9eda18b6befb1a6b3926dfadae37f5577 (patch)
tree2f2b336697376a85864fa7670dd30e9dd48010e6 /pkgs/development/haskell-modules
parent9df1e349e8b5668db4521f1b0ae4d951f50a38f5 (diff)
downloadnixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar.gz
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar.bz2
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar.lz
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar.xz
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.tar.zst
nixpkgs-a8a43ab9eda18b6befb1a6b3926dfadae37f5577.zip
pandoc: update build dependency version for the new 2.7.3 release
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d3ee1377007..d8d715a6b32 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1217,8 +1217,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.
+  cmark-gfm = self.cmark-gfm_0_2_0;
   pandoc = doDistribute super.pandoc_2_7_3;
   pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
+  skylighting = self.skylighting_0_8_1_1;
+  skylighting-core = self.skylighting-core_0_8_1_1;
 
   # Current versions of tasty-hedgehog need hedgehog 1.x, which
   # we don't have in LTS-13.x.