diff options
| author | Felix Yan <[email protected]> | 2023-06-22 19:56:09 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-22 09:56:09 -0700 |
| commit | 3fb69c634c08ea1da2832adf24065601292deac5 (patch) | |
| tree | 8d8b40cc9177bf75cc01ca0f3b03bf7ee51f5e12 /stack.yaml | |
| parent | 25c797e9d4e7628563518fb2eb28553fc9399054 (diff) | |
Use crypton-connection instead of connection (#8896)
Follows the change introduced in tls 1.7.0. Fixes building.
Remove tls < 1.7 from cabal.project
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 2e52511c8..483fc73eb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,6 +16,13 @@ extra-deps: - skylighting-0.13.3 - skylighting-core-0.13.3 - typst-0.1.0.0 +- tls-1.7.0 +- crypton-0.32 +- crypton-connection-0.3.1 +- crypton-x509-1.7.6 +- crypton-x509-store-1.6.9 +- crypton-x509-system-1.6.7 +- crypton-x509-validation-1.6.12 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
