Set fixed minor version for hslua
The ToLuaStack instance for Set is orphaned. The PVP requires the minor version to be fixed in this case.
This commit is contained in:
parent
0287530a67
commit
3560603f10
1 changed files with 2 additions and 2 deletions
|
@ -384,7 +384,7 @@ library
|
|||
yaml >= 0.8.8.2 && < 0.9,
|
||||
scientific >= 0.2 && < 0.4,
|
||||
vector >= 0.10 && < 0.13,
|
||||
hslua >= 0.9.5 && < 0.10,
|
||||
hslua >= 0.9.5 && < 0.9.6,
|
||||
hslua-module-text >= 0.1.2 && < 0.2,
|
||||
binary >= 0.5 && < 0.10,
|
||||
SHA >= 1.6 && < 1.7,
|
||||
|
@ -612,7 +612,7 @@ test-suite test-pandoc
|
|||
time >= 1.5 && < 1.9,
|
||||
directory >= 1 && < 1.4,
|
||||
filepath >= 1.1 && < 1.5,
|
||||
hslua >= 0.9 && < 0.10,
|
||||
hslua >= 0.9.5 && < 0.9.6,
|
||||
process >= 1.2.3 && < 1.7,
|
||||
temporary >= 1.1 && < 1.3,
|
||||
Diff >= 0.2 && < 0.4,
|
||||
|
|
Loading…
Add table
Reference in a new issue