Skip to content

BuildClient: Port to http-client-tls #1385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 20, 2025
Merged

BuildClient: Port to http-client-tls #1385

merged 4 commits into from
Apr 20, 2025

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Apr 19, 2025

This introduces TLS support in the documentation builder by porting the HTTP abstraction in Distribution.Client from HTTP to http-client-tls. This is currently deployed on the new documentation builder.

While in the area I also do a bit of housekeeping, dropping some dead code and resolving a few warnings.

@gbaz gbaz merged commit 16b318f into master Apr 20, 2025
5 of 13 checks passed
@bgamari bgamari deleted the wip/doc-builder-tls branch April 21, 2025 12:50
@@ -454,6 +457,7 @@ library
, stm ^>= 2.5.0
, stringsearch ^>= 0.3.6.6
, tagged ^>= 0.8.5
, transformers ^>= 0.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's hardly compatible with older GHCs, so this broke the Haskell CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants