summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b12594a95..f25fceae2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -203,6 +203,8 @@ Library
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.2,
+ old-locale >= 1 && < 1.1,
+ time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.6 && < 0.7,
xml >= 1.3.5 && < 1.4,
@@ -294,6 +296,8 @@ Executable pandoc
zip-archive >= 0.1.1.7 && < 0.2,
utf8-string >= 0.3 && < 0.4,
old-time >= 1 && < 1.2,
+ old-locale >= 1 && < 1.1,
+ time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
texmath >= 0.6 && < 0.7,
xml >= 1.3.5 && < 1.4,