aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-21 10:51:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-21 10:51:35 -0700
commit971a31b4d88c1853b3b6b8de12d48332b25c5a11 (patch)
tree968ca2e70e5cae81b196bac7095dbf960e43b997 /pandoc.cabal
parent8c9f0a62c10ad042aecd039ee134d6d2dbb7b599 (diff)
downloadpandoc-971a31b4d88c1853b3b6b8de12d48332b25c5a11.tar.gz
Bump upper-bounds for network-uri, time.
Change stack.yaml to use lts-17.12.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 66873a301..ec50d26f5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -473,7 +473,7 @@ library
jira-wiki-markup >= 1.3.4 && < 1.4,
mtl >= 2.2 && < 2.3,
network >= 2.6,
- network-uri >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.8,
pandoc-types >= 1.22 && < 1.23,
parsec >= 3.1 && < 3.2,
process >= 1.2.3 && < 1.7,
@@ -489,7 +489,7 @@ library
texmath >= 0.12.3 && < 0.12.4,
text >= 1.1.1.0 && < 1.3,
text-conversions >= 0.3 && < 0.4,
- time >= 1.5 && < 1.10,
+ time >= 1.5 && < 1.12,
unicode-transforms >= 0.3 && < 0.4,
unordered-containers >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4,
@@ -764,7 +764,7 @@ test-suite test-pandoc
tasty-lua >= 0.2 && < 0.3,
tasty-quickcheck >= 0.8 && < 0.11,
text >= 1.1.1.0 && < 1.3,
- time >= 1.5 && < 1.10,
+ time >= 1.5 && < 1.12,
xml >= 1.3.12 && < 1.4,
zip-archive >= 0.2.3.4 && < 0.5
other-modules: Tests.Old