diff options
| author | Albert Krewinkel <[email protected]> | 2022-09-01 19:28:05 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-09-01 19:28:05 +0200 |
| commit | 553416a20d32cac032f4f82855275107ad9c00b3 (patch) | |
| tree | 8bdf6834eac5fe4fab5593937daad21cf5664489 | |
| parent | ff856e5f94bb6deef9978ac7321911643a7d02a5 (diff) | |
Require hslua-module-version 1.0.3
This fixes the behavior of Lua "Version" objects under equality
comparisons.
Fixes: #8267
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c1cf6f98c..4aab9aa91 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -495,7 +495,7 @@ library 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, + hslua-module-version >= 1.0.3 && < 1.1, http-client >= 0.4.30 && < 0.8, http-client-tls >= 0.2.4 && < 0.4, http-types >= 0.8 && < 0.13, diff --git a/stack.yaml b/stack.yaml index 1d8548559..93a09dcfe 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,6 +15,7 @@ extra-deps: - hslua-classes-2.2.0 - hslua-core-2.2.1 - hslua-marshalling-2.2.1 +- hslua-module-version-1.0.3 - hslua-objectorientation-2.2.1 - hslua-packaging-2.2.1 - lua-2.2.1 |
