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-02-18 08:48:10 +0100
committerPeter Simons <simons@cryp.to>2019-02-18 10:39:12 +0100
commit1472b9902acd70640d4e40636fcdd545669216a9 (patch)
tree2e12e1e27228e509717d7198df3d88116ca90a88 /pkgs/development/haskell-modules/configuration-common.nix
parentacaa5c1f1aecfea0bc70fc42bf9950145bd7bfa5 (diff)
downloadnixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar.gz
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar.bz2
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar.lz
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar.xz
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.tar.zst
nixlib-1472b9902acd70640d4e40636fcdd545669216a9.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 0d5f5285b168..270f41e14cca 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1226,7 +1226,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 = dontCheck super.pandoc_2_6;
-  pandoc-citeproc = self.pandoc-citeproc_0_16_0_2;
+  pandoc-citeproc = self.pandoc-citeproc_0_16_1;
 
   # https://github.com/qfpl/tasty-hedgehog/issues/24
   tasty-hedgehog = dontCheck super.tasty-hedgehog;