diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-06-22 10:33:49 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-06-22 10:33:49 -0700 |
| commit | 0347a250cb45db70c17f938cbb21675ea3d6017f (patch) | |
| tree | 957b6c38163e30fea05c952e3baaf4e443e89110 | |
| parent | 3fb69c634c08ea1da2832adf24065601292deac5 (diff) | |
Add upper bound for crypton-connection
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5bd251111..871ecfae3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -479,7 +479,7 @@ library commonmark-extensions >= 0.2.3.4 && < 0.3, commonmark-pandoc >= 0.2.1.3 && < 0.3, containers >= 0.6.0.1 && < 0.7, - crypton-connection >= 0.3.1, + crypton-connection >= 0.3.1 && < 0.4, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.2.3 && < 1.4, @@ -499,7 +499,7 @@ library jira-wiki-markup >= 1.5.1 && < 1.6, mime-types >= 0.1.1 && < 0.2, mtl >= 2.2 && < 2.4, - network >= 2.6, + network >= 2.6 && < 3.2, network-uri >= 2.6 && < 2.8, pandoc-types >= 1.23 && < 1.24, parsec >= 3.1 && < 3.2, |
