forked from input-output-hk/haskell.nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump haskell nix #3
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was broken by the removal of the index-state pin for hadrian in input-output-hk#2268
* Update Default Setup * Add comment * Update sublib-docs test * Fix GHC 9.6.7 --this-unit-id problem for GHCJS cross compiles
* Update shellFor documentation Fixes input-output-hk#2401 * Update docs/reference/library.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* Add ghc9122llvm to ci Fixes input-output-hk#2404 * Disable failing test
* Fix aarch64 musl TH code that uses C++ * There is still an issue with cross compiling (not C++ related) * There is still an issue with cross compiling (not C++ related)
* Improve `hix flake check` Adds: `--supportedSystems` `--overlays` `--config` To allow more control of the flake from the command line. * Bump head.hackage
…2414) * Fix TH code in checks for android cross compilation * Update builder/comp-builder.nix Co-authored-by: Copilot <[email protected]> * Update lib/check.nix Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* overlays/musl.nix: Tidyup * overlays/musl.nix: Respect configureFlags when overriding numactl
Signed-off-by: jishudashen <[email protected]>
* Fix nixpkgs warnings * Fix missing `lib`
* Add nixpkgs-2511 * Skip tests for GHC using older LLVM versions no longer in nispkgs * Use NDK 27 * Skip android tests that require old LLVM versions
…nput-output-hk#2447) * Add a flag "enableIPE" to enable the IPE hadrian flavor * Add extraFlavourTransformers option to GHC config (closes input-output-hk#2425)
Signed-off-by: tinyfoolish <[email protected]>
Before we didn't actually include lld in the environment. Let's add that to the nativeBuildInputs if the compiler is using lld.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.