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-08 20:38:42 +0100
committerPeter Simons <simons@cryp.to>2019-03-10 11:12:56 +0100
commit51435890dd35bbd63f344296d6b678a65b0e1393 (patch)
tree910352ddfd4b87ce6cbab220457d9e68ac4a3124 /pkgs/development/haskell-modules/configuration-common.nix
parentfa376f754886e863ccd01a5edc7e542f391bddd5 (diff)
downloadnixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar.gz
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar.bz2
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar.lz
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar.xz
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.tar.zst
nixlib-51435890dd35bbd63f344296d6b678a65b0e1393.zip
haskell-pandoc: update overrides for the latest LTS release
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index de3c875cbbf3..22da19ff39a0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1220,10 +1220,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_1;
-  skylighting = self.skylighting_0_7_7;
-  skylighting-core = self.skylighting-core_0_7_7;
-  texmath = self.texmath_0_11_2_1;
+  pandoc-citeproc = self.pandoc-citeproc_0_16_1_2;
+  texmath = self.texmath_0_11_2_2;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;