diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-02-26 09:16:59 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-02-26 09:16:59 -0800 |
commit | bbca6f223f9faca23dc1d31b30c8baec5de9781d (patch) | |
tree | acd61a28cb5bea4388c5e797b64605d1dd5b3d05 | |
parent | 6baebcbe86162c5f926d1934fc7bdce53f4bab37 (diff) |
Allow exceptions 0.9.
-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, |