-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
polysemy-plugin: fix build #83294
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
polysemy-plugin: fix build #83294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the following post for tips when updating haskell packages:
https://discourse.nixos.org/t/call-to-action-for-updating-haskell-packages-after-bump-to-lts-15/6071
17456fa
to
5648fa5
Compare
Thanks for the feedback! As per this discussion on Discourse, I'm initially including the patch to include the required version of ghc-tcplugins-extra, in the hope that |
@@ -846,6 +846,7 @@ default-package-overrides: | |||
- ghc-source-gen ==0.3.0.0 | |||
- ghc-syntax-highlighter ==0.0.5.0 | |||
- ghc-tcplugins-extra ==0.4 | |||
- ghc-tcplugins-extra ==0.3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should actually go in this list:
extra-packages: |
Also, please rebase this on top of haskell-updates
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. (Was already rebased.)
This is slightly outdated, required by polysemy-plugin, the actual fix for this will be forthcoming as soon as hackage-packages.nix is updated.
5648fa5
to
3fe55e1
Compare
Ah, thanks - done. It was already rebased on top of |
Please change the base branch of the PR to be |
It is branched off
Is there some confusion? |
Right under the title of this PR, there is a line that says:
You need to click the |
Ah, sorry. Done. |
@mikesperber Looks good! Thanks for working through this with me. |
@cdepillabout I appreciate your patience! |
This needs a slightly older version of ghc-tcplugins-extra.
Include that, too.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)