summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-11 16:48:55 +0100
committerPeter Simons <simons@cryp.to>2017-12-11 18:46:41 +0100
commit265d68e8ca9f89db9365d9130e02c7c20bc34c25 (patch)
tree4b2a259080fafdd6ce894a812774a7f7099c6fb0 /pkgs
parentee3d43f978693d8438243cc4ae955d60b6185bba (diff)
downloadnixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar.gz
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar.bz2
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar.lz
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar.xz
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.tar.zst
nixlib-265d68e8ca9f89db9365d9130e02c7c20bc34c25.zip
haskell-pandoc-2.x: update overrides
Diffstat (limited to 'pkgs')
-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 0839c9ed95cd..e807988f23f0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -510,8 +510,8 @@ self: super: {
   });
 
   # pandoc 2 dependency resolution
-  hslua_0_9_2 = super.hslua_0_9_2.override { lua5_1 = pkgs.lua5_3; };
-  hslua-module-text = super.hslua-module-text.override { hslua = self.hslua_0_9_2; };
+  hslua_0_9_3 = super.hslua_0_9_3.override { lua5_1 = pkgs.lua5_3; };
+  hslua-module-text = super.hslua-module-text.override { hslua = self.hslua_0_9_3; };
   texmath_0_10 = super.texmath_0_10.override { pandoc-types = self.pandoc-types_1_17_3; };
   pandoc_2_0_4 = super.pandoc_2_0_4.override {
     doctemplates = self.doctemplates_0_2_1;