diff options
| author | Felix Yan <felixonmars@archlinux.org> | 2023-06-22 19:56:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 09:56:09 -0700 |
| commit | 3fb69c634c08ea1da2832adf24065601292deac5 (patch) | |
| tree | 8d8b40cc9177bf75cc01ca0f3b03bf7ee51f5e12 /cabal.project | |
| 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 'cabal.project')
| -rw-r--r-- | cabal.project | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 4655a92d8..c61c4fd8f 100644 --- a/cabal.project +++ b/cabal.project @@ -2,7 +2,6 @@ packages: . pandoc-lua-engine pandoc-server pandoc-cli -constraints: tls < 1.7 tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1, |
