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-13 15:05:25 +0100
committerPeter Simons <simons@cryp.to>2019-03-13 18:11:03 +0100
commit54258e459fa69a50f023a973ceb3b587cf1c3e21 (patch)
treee0dd38e83a50b9b37112c0641422a77b7c9c6d90 /pkgs/development/haskell-modules/configuration-common.nix
parentbbf54318654e5ee258b666eb72c37075cf47351b (diff)
downloadnixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar.gz
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar.bz2
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar.lz
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar.xz
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.tar.zst
nixlib-54258e459fa69a50f023a973ceb3b587cf1c3e21.zip
haskell-pandoc-citeproc: update override for the new 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 8d983cf4ccf8..3242a4446d44 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1220,7 +1220,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;
-  pandoc-citeproc = self.pandoc-citeproc_0_16_1_2;
+  pandoc-citeproc = self.pandoc-citeproc_0_16_1_3;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;