Skip to content
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

Chain the configuration of ldProgram #9269

Closed

Conversation

erikd
Copy link
Member

@erikd erikd commented Sep 18, 2023

Include the following checklist in your PR:

Bonus points for added automated tests!

andreabedini and others added 17 commits September 6, 2023 23:59
fix(Cabal-syntax): Remove left-over file after haskell#8980
gitlab-ci/brew.sh/curl: fail with more noise
Add support for LoongArch 64-bit architecture
* Support text-2.1 in Cabal and Cabal-syntax

* Add changelog entry

* Use tasty-quickcheck 0.10.1.2

This avoid picking a tasty-quickcheck that can have tasty-1.5

* Revert "Use tasty-quickcheck 0.10.1.2"

This reverts commit da03d8d.
Fix typo in code-generators documentation
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Bedini <[email protected]>
* Add token authorization for cabal upload

Add token flag. If a token is set ignore the username and password.
The token is passed to Hackage in the  Authorization header.

* Add token flag to upload documentation

* Add token authentication for cabal report

* Update auth token documentation and changelog

* Add token flag to config integration tests

* Add auth token header to plain-http transport

* Add documentation and reduce wildcard usage

Use Nothing in pattern matching instead of wildcards.

* Add auth token headers to wget and powershell

* Fix auth token header for powershell transport

Powershell has to have the Authorization token set in the Header
dictionary parameter. Some headers (e.g. User-Agent) have to be set as
a request parameter.

* Fix code formatting to comply with fourmolu
Standard GNU `ld` ues `--relocatable` while `ld.gold` uses a `-relocatable`
flag (with a single `-`). Code will now detect both versions.
`ldProgram` gets configured in two places, a seemingly default and
a GHC specific version. The later needs to be updated so that it
first calls the default configuration and then the new GHC version.
@erikd
Copy link
Member Author

erikd commented Sep 18, 2023

Messed this up

@erikd erikd closed this Sep 18, 2023
@mergify
Copy link
Contributor

mergify bot commented Sep 18, 2023

⚠️ The sha of the head commit of this PR conflicts with #9270. Mergify cannot evaluate rules on this PR. ⚠️

1 similar comment
@mergify
Copy link
Contributor

mergify bot commented Sep 20, 2023

⚠️ The sha of the head commit of this PR conflicts with #9270. Mergify cannot evaluate rules on this PR. ⚠️

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.

8 participants