diff options
| author | Albert Krewinkel <[email protected]> | 2023-03-18 18:26:12 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-18 18:26:12 +0100 |
| commit | f9b6777a92ab304149b93f34a40a36e5e9c95bf5 (patch) | |
| tree | 5beccf4e4b459bc31d0b342b1bf699714ac6912a /pandoc-cli | |
| parent | e110da44ef73dada5cef71abedf9258882834b15 (diff) | |
pandoc-cli: require hslua-cli-1.4.1
This fixes a bug where the program would not enter interactive mode if
`-v`, `-e`, or `-l` was used together with the `-i` command line flag.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 0d28b0f9d..0e099507c 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -85,7 +85,7 @@ executable pandoc hs-source-dirs: no-server if flag(lua) - build-depends: hslua-cli >= 1.4 && < 1.5, + build-depends: hslua-cli >= 1.4.1 && < 1.5, pandoc-lua-engine >= 0.1 && < 0.2, temporary >= 1.1 && < 1.4 hs-source-dirs: lua |
