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

Update error message re: plugin ordering #112

Open
sellout opened this issue Jan 9, 2025 · 1 comment
Open

Update error message re: plugin ordering #112

sellout opened this issue Jan 9, 2025 · 1 comment

Comments

@sellout
Copy link
Member

sellout commented Jan 9, 2025

| the `-fplugin` flags. (GHC installs the plugins in the /reverse/ order that
| `-fplugin` flags are provided on the command line.)

This message needs to be updated, because the behavior was changed in GHC 9.4. Now plugins are loaded in the expected order, but we need to clarify that the existing comment still holds for older versions.

@zliu41
Copy link
Member

zliu41 commented Jan 17, 2025

Good to know!

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

No branches or pull requests

2 participants