From d1083e15cb473c8f77ad3ef7fb73186093a9f9e7 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 19 Aug 2022 13:10:33 +0200 Subject: [PATCH] Require hslua-module-path 1.0.3 Fixes: #8228 --- pandoc.cabal | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 81d20f1ad..c1d7934c9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -495,7 +495,7 @@ library gridtables >= 0.0.3 && < 0.1, haddock-library >= 1.10 && < 1.12, hslua-module-doclayout>= 1.0.4 && < 1.1, - hslua-module-path >= 1.0 && < 1.1, + hslua-module-path >= 1.0.3 && < 1.1, hslua-module-system >= 1.0 && < 1.1, hslua-module-text >= 1.0 && < 1.1, hslua-module-version >= 1.0 && < 1.1, diff --git a/stack.yaml b/stack.yaml index 6b2dc7000..1ac48d4cf 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,7 +20,7 @@ extra-deps: - hslua-core-2.2.1 - hslua-marshalling-2.2.1 - hslua-module-doclayout-1.0.4 -- hslua-module-path-1.0.2 +- hslua-module-path-1.0.3 - hslua-module-system-1.0.2 - hslua-module-text-1.0.2 - hslua-module-version-1.0.2