We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847ee54 commit e5405c8Copy full SHA for e5405c8
pandoc-lua-marshal.cabal
@@ -50,7 +50,7 @@ common common-options
50
, bytestring >= 0.10 && < 0.13
51
, containers >= 0.6 && < 0.8
52
, exceptions >= 0.8 && < 0.11
53
- , hslua >= 2.2 && < 2.4
+ , hslua >= 2.4 && < 2.5
54
, hslua-list >= 1.1.4 && < 1.2
55
, hslua-marshalling >= 2.2 && < 2.4
56
, pandoc-types >= 1.23 && < 1.24
@@ -101,7 +101,8 @@ library
101
, Text.Pandoc.Lua.Topdown
102
, Text.Pandoc.Lua.SpliceList
103
, Text.Pandoc.Lua.Walk
104
- build-depends: hslua-list >= 1.1 && < 1.2
+ build-depends: hslua-list >= 1.1 && < 1.2
105
+ , hslua-objectorientation >= 2.4 && < 2.5
106
107
test-suite pandoc-lua-marshal-test
108
import: common-options
0 commit comments