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

Mark plugins as not buildable if the flag is disabled #4160

Merged
merged 3 commits into from
Apr 6, 2024

Commits on Apr 6, 2024

  1. Mark plugins as not buildable if the flag is disabled

    This ensures that cabal does not consider them at all, and won't try to
    solve for their dependencies. So if we turn off the fourmolu plugin, cabal
    really won't consider fourmolu at all.
    
    This gets us some of the benefits of #4156 with much less work.
    
    Fixes #4100.
    michaelpj committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    4a37292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    899525e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f889ec9 View commit details
    Browse the repository at this point in the history