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-16 10:31:58 +0100
committerPeter Simons <simons@cryp.to>2019-03-16 20:31:23 +0100
commitbdd4e11278600b4d2fe3453ad50434bebeb852ab (patch)
tree117db8cff9febbdb9865da7aa3880532778c8317 /pkgs/development/haskell-modules/configuration-common.nix
parentb514a6d351915c5f4b68e4fb87eb5fa6c54e458d (diff)
downloadnixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar.gz
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar.bz2
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar.lz
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar.xz
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.tar.zst
nixlib-bdd4e11278600b4d2fe3453ad50434bebeb852ab.zip
haskell-pandoc: update overrides for the new 2.7.1 version
(cherry picked from commit 96c7ea5f6d1b9d41afcdcac1b156813013a5d04d)
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e3677aa02ca3..2729a3d2dc30 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1218,8 +1218,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_3;
+  pandoc = doDistribute super.pandoc_2_7_1;
+  pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;