Skip to content

Commit e5405c8

Browse files
committed
Use HsLua 2.4
1 parent 847ee54 commit e5405c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandoc-lua-marshal.cabal

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ common common-options
5050
, bytestring >= 0.10 && < 0.13
5151
, containers >= 0.6 && < 0.8
5252
, exceptions >= 0.8 && < 0.11
53-
, hslua >= 2.2 && < 2.4
53+
, hslua >= 2.4 && < 2.5
5454
, hslua-list >= 1.1.4 && < 1.2
5555
, hslua-marshalling >= 2.2 && < 2.4
5656
, pandoc-types >= 1.23 && < 1.24
@@ -101,7 +101,8 @@ library
101101
, Text.Pandoc.Lua.Topdown
102102
, Text.Pandoc.Lua.SpliceList
103103
, Text.Pandoc.Lua.Walk
104-
build-depends: hslua-list >= 1.1 && < 1.2
104+
build-depends: hslua-list >= 1.1 && < 1.2
105+
, hslua-objectorientation >= 2.4 && < 2.5
105106

106107
test-suite pandoc-lua-marshal-test
107108
import: common-options

0 commit comments

Comments
 (0)