summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-01-12 21:26:34 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-01-12 21:28:27 +0100
commit6528082401100cd8ef26c8dc3e953b960a997827 (patch)
tree3ab3cd0658d9f8ecef55ac5ebe684717c3c14763 /pandoc.cabal
parentf130109b90d4f369a6d8d03c7a520e95db2e0d1f (diff)
Lua filters: improve error messages
Provide more context about the task which caused an error.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dedeaaeca..87f85cf00 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -347,6 +347,7 @@ library
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
+ exceptions >= 0.8 && < 0.9,
filepath >= 1.1 && < 1.5,
process >= 1.2.3 && < 1.7,
directory >= 1 && < 1.4,