summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-08-16 15:47:05 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2017-08-16 15:47:05 +0200
commit9b318355300ca43aadede728c179785f40326d5c (patch)
tree1fc440cda2961e6fcb4f90e0f3f162970cd55c42 /pandoc.cabal
parentf8b6a224aec780785baf3112f24c44f6c424e6ba (diff)
Update to hslua-0.8.0
hslua no longer provides lua stack instances for Int and Double, the necessary instances are added to the Custom writer and the lua filtering system.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1eabc9a80..7e7ed97b7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -316,7 +316,7 @@ Library
yaml >= 0.8.8.2 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
- hslua >= 0.7 && < 0.8,
+ hslua >= 0.8 && < 0.9,
binary >= 0.5 && < 0.9,
SHA >= 1.6 && < 1.7,
haddock-library >= 1.1 && < 1.5,
@@ -542,7 +542,7 @@ Test-Suite test-pandoc
text >= 0.11 && < 1.3,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
- hslua >= 0.7 && < 0.8,
+ hslua >= 0.8 && < 0.9,
process >= 1.2.3 && < 1.7,
skylighting >= 0.3.3 && < 0.4,
temporary >= 1.1 && < 1.3,