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

Default to using a stack-installed, isolated GHC #2537

Merged
merged 6 commits into from
Oct 16, 2016

Commits on Oct 13, 2016

  1. Default to using a stack-installed, isolated GHC #2221

    Address option compatibility issues around the new default setting:
    
    * Add notes to ghc-variant and setup --reinstall help texts
    * Add a check to catch uses of ghc-variant in combination with
      no-system-ghc
    sjakobi committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    39a13ee View commit details
    Browse the repository at this point in the history
  2. Default to system-ghc: true if nix or docker is enabled.

    Error out if `--no-system-ghc` is specified in a Nix-enabled configuration.
    sjakobi committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    56e5fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2191977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28e4f13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76a6562 View commit details
    Browse the repository at this point in the history
  6. Adjust changelog for #2537

    [CI skip]
    sjakobi committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    2482e8a View commit details
    Browse the repository at this point in the history