summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 15:54:05 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-28 15:54:34 -0800
commit3a0b3df00701eef2a0549487e08fa4d63c3ab8d9 (patch)
treed95457d3aa1253158a36223752f8f89948b24a97 /pandoc.cabal
parent98e5b6170383882f948c53a461059ac213d9fab3 (diff)
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
Added normalizeDate to Text.Pandoc.Shared.
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,