From bbca6f223f9faca23dc1d31b30c8baec5de9781d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 26 Feb 2018 09:16:59 -0800 Subject: [PATCH] Allow exceptions 0.9. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,