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

Enable ghc plugin test for 9.8.1 and above #2158

Merged
merged 9 commits into from
Feb 11, 2024

Conversation

hamishmack
Copy link
Collaborator

No description provided.

m4dc4p added a commit to m4dc4p/haskell-nix-9.8 that referenced this pull request Feb 9, 2024
* Use breakpoint instead of polysemy (for simplicity)
* Apply fixes from input-output-hk/haskell.nix#2158
@hamishmack hamishmack self-assigned this Feb 11, 2024
@hamishmack hamishmack merged commit 9f09232 into master Feb 11, 2024
76 checks passed
@@ -6,6 +6,9 @@ let
project = project' {
inherit compiler-nix-name evalPackages;
src = testSrc "plugin";
modules = [{
reinstallableLibGhc = builtins.compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.8.1" < 0;
Copy link

Choose a reason for hiding this comment

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

Is there a way to make this automatic, e.g. as part of comp-builder.nix or similar? Otherwise any project building with 9.8.1. & plugins will have this same problem. (Apologies for commenting on a merged PR; I only thought of this over the weekend ...)

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.

2 participants