diff options
| author | John MacFarlane <[email protected]> | 2025-09-06 18:10:21 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-06 18:10:21 +0200 |
| commit | e5f5a85919581cab44cb4c104ff41d1ded5fed8e (patch) | |
| tree | 14eb8e588d2da88180bad1d812f9336aae3f1803 /pandoc.cabal | |
| parent | 812e8c685422427b82a73ed00fef0ba7eb7de25a (diff) | |
Allow time 1.15
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ac3d5985d..bf169ce99 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -542,7 +542,7 @@ library texmath >= 0.13 && < 0.14, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, - time >= 1.5 && < 1.15, + time >= 1.5 && < 1.16, unicode-collation >= 0.1.1 && < 0.2, unicode-data >= 0.6 && < 0.7, unicode-transforms >= 0.3 && < 0.5, @@ -813,7 +813,7 @@ test-suite test-pandoc tasty-quickcheck >= 0.8 && < 0.12, text >= 1.1.1.0 && < 2.2, temporary >= 1.1 && < 1.4, - time >= 1.5 && < 1.15, + time >= 1.5 && < 1.16, xml >= 1.3.12 && < 1.4, zip-archive >= 0.4.3 && < 0.5 other-modules: Tests.Old |
