diff options
-rw-r--r-- | pandoc.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d6eb33d41..d60636518 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -204,13 +204,13 @@ Library blaze-html >= 0.4.3.0 && < 0.5, mtl >= 1.1 && < 2.1, network >= 2 && < 2.4, - filepath >= 1.1 && < 1.3, + filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.2, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, HTTP >= 4000.0.5 && < 4000.3, texmath >= 0.5 && < 0.6, xml >= 1.3.5 && < 1.4, @@ -290,13 +290,13 @@ Executable pandoc blaze-html >= 0.4.3.0 && < 0.5, mtl >= 1.1 && < 2.1, network >= 2 && < 2.4, - filepath >= 1.1 && < 1.3, + filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.2, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, HTTP >= 4000.0.5 && < 4000.3, texmath >= 0.5 && < 0.6, xml >= 1.3.5 && < 1.4, |