aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2026-01-13 11:34:47 +0100
committerJohn MacFarlane <[email protected]>2026-01-13 11:34:47 +0100
commit024c5f182c532c91221cc70371cd2033419bff3a (patch)
treecc8ad5ce32c17c53bdf0135758b840a4832c2933
parent425a53489f920c7ef11fb3fae34df0b491b03d7a (diff)
Allow crypton-x509-system 1.8.*
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dcad3fffb..962123d1d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -578,7 +578,7 @@ library
cpp-options: -DPANDOC_HTTP_SUPPORT
build-depends:
crypton-connection >= 0.3.1 && < 0.5,
- crypton-x509-system >= 1.6.7 && < 1.7,
+ crypton-x509-system >= 1.6.7 && < 1.9,
http-client >= 0.4.30 && < 0.8,
http-client-tls >= 0.2.4 && < 0.4,
network >= 2.6 && < 3.3,