Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cabal-install: allow Basic authentication in curl transport
Allow the curl transport to use Basic authentication, if and only if the url scheme is HTTPS (i.e. TLS will be used). Retain the existing behaviour (force Digest scheme) for insecure requests. This change is required to support upcoming hackage-server changes. The wget transport already supports Basic authentication.
- Loading branch information