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

Add support for GHC 9.4.1 #152

Merged
merged 2 commits into from
Jun 15, 2023
Merged

Add support for GHC 9.4.1 #152

merged 2 commits into from
Jun 15, 2023

Commits on May 23, 2023

  1. Add support for GHC 9.4

    christiaanb committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bf20c6d View commit details
    Browse the repository at this point in the history
  2. Disable environment files in packagedb test

    Since this test is specifically about checking that hint can pass
    on package-db flags to GHC correctly, it makes sense to disable the
    environment file in this test using `-package-env -` so that
    the package-db is not used implicitly as a result of the
    environment file.
    christiaanb committed May 23, 2023
    Configuration menu
    Copy the full SHA
    05bfce9 View commit details
    Browse the repository at this point in the history