diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 39a390dd6..988f253cd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -317,7 +317,7 @@ Library yaml >= 0.8.8.2 && < 0.9, scientific >= 0.2 && < 0.4, vector >= 0.10 && < 0.13, - hslua >= 0.4 && < 0.6, + hslua >= 0.7 && < 0.8, binary >= 0.5 && < 0.9, SHA >= 1.6 && < 1.7, haddock-library >= 1.1 && < 1.5, @@ -464,7 +464,6 @@ Library Text.Pandoc.Readers.Org.ParserState, Text.Pandoc.Readers.Org.Parsing, Text.Pandoc.Readers.Org.Shared, - Text.Pandoc.Lua.Compat, Text.Pandoc.Lua.PandocModule, Text.Pandoc.Lua.SharedInstances, Text.Pandoc.Lua.StackInstances, @@ -545,7 +544,7 @@ Test-Suite test-pandoc text >= 0.11 && < 1.3, directory >= 1 && < 1.4, filepath >= 1.1 && < 1.5, - hslua >= 0.4 && < 0.6, + hslua >= 0.7 && < 0.8, process >= 1.2.3 && < 1.7, skylighting >= 0.3.3 && < 0.4, temporary >= 1.1 && < 1.3, |