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-04-20 12:00:06 +0200
committerPeter Simons <simons@cryp.to>2019-04-25 17:29:40 +0200
commit0dffbcd17864cbc5955a2bbf5276987ecf49287a (patch)
treedffe73c16dae5720485c9d43053dfd47fc003a16 /pkgs/development/haskell-modules/configuration-common.nix
parentf111664194d1346b7aa2d046d833bc1a9141bec5 (diff)
downloadnixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar.gz
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar.bz2
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar.lz
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar.xz
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.tar.zst
nixlib-0dffbcd17864cbc5955a2bbf5276987ecf49287a.zip
haskell-pandoc-citeproc: update override for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ff309da41d2d..46230a532f05 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1259,7 +1259,7 @@ 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_2;
-  pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3;
+  pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;