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

Expand and unify --keep-temp-files #10292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. Expand and unify --keep-temp-files

    Currently, `cabal repl` has a `--keep-temp-files` option, and
    `cabal.project` has a `keep-temp-files` option but it only effects
    Haddock builds.
    
    This patch adds `--keep-temp-files` to `CommonSetupFlags`, making it
    available to all commands. The expanded `--keep-temp-files` flag is used
    for the `cabal repl` command and Haddock builds (retaining compatibility
    with the previous behavior) but is also used to determine when to keep
    response files.
    9999years committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4156c93 View commit details
    Browse the repository at this point in the history