diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 1cd5ee51e..236dfdfcf 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -357,7 +357,7 @@ library unordered-containers >= 0.2 && < 0.3, parsec >= 3.1 && < 3.2, mtl >= 2.2 && < 2.3, - exceptions >= 0.8 && < 0.9, + exceptions >= 0.8 && < 0.10, filepath >= 1.1 && < 1.5, process >= 1.2.3 && < 1.7, directory >= 1 && < 1.4, |