aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-30 23:48:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-30 23:48:06 -0700
commit621397f42e3388a50451f81eed3ec43bbffca99b (patch)
treeadb704c161c08e5d8cfad8ae3d7eed91f977e8a3 /pandoc.cabal
parentb3d09ebe0198d1174f4109f4e535c6eac9cf917a (diff)
downloadpandoc-621397f42e3388a50451f81eed3ec43bbffca99b.tar.gz
Allow time 1.13
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f2a66b200..63b2a5dad 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -581,7 +581,7 @@ library
texmath >= 0.12.3.2 && < 0.12.4,
text >= 1.1.1.0 && < 1.3,
text-conversions >= 0.3 && < 0.4,
- time >= 1.5 && < 1.13,
+ time >= 1.5 && < 1.14,
unicode-collation >= 0.1.1 && < 0.2,
unicode-transforms >= 0.3 && < 0.4,
xml >= 1.3.12 && < 1.4,
@@ -858,7 +858,7 @@ test-suite test-pandoc
tasty-lua >= 1.0 && < 1.1,
tasty-quickcheck >= 0.8 && < 0.11,
text >= 1.1.1.0 && < 1.3,
- time >= 1.5 && < 1.13,
+ time >= 1.5 && < 1.14,
xml >= 1.3.12 && < 1.4,
zip-archive >= 0.2.3.4 && < 0.5
other-modules: Tests.Old