diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2018-02-27 19:33:55 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2018-02-27 19:36:52 +0100 |
commit | 3560603f10d8da904c72064f9f4f49a528b2b214 (patch) | |
tree | b3e37d662fd342790c8ec2c1d6b1efa249abe8a7 | |
parent | 0287530a67dca95197ac59f215de84d6518170b6 (diff) | |
download | pandoc-3560603f10d8da904c72064f9f4f49a528b2b214.tar.gz |
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.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 7429661dc..5871e4029 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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, |