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

Upgrade GHC to 9.2 #414

Merged
merged 5 commits into from
Jun 9, 2022
Merged

Commits on May 6, 2022

  1. Upgrade stackage snapshot to GHC 9.2

    Upgrading the stack snapshot is part of #389.
    aspiwack committed May 6, 2022
    Configuration menu
    Copy the full SHA
    fadaee8 View commit details
    Browse the repository at this point in the history
  2. Update nixpkgs version

    aspiwack committed May 6, 2022
    Configuration menu
    Copy the full SHA
    495526d View commit details
    Browse the repository at this point in the history
  3. Update shell.nix to install GHC 9.2

    Specifically, GHC 9.2.2, which is the version used in our Stackage
    snapshot.
    aspiwack committed May 6, 2022
    Configuration menu
    Copy the full SHA
    baa93ac View commit details
    Browse the repository at this point in the history
  4. Workaround for a bug in ghci in GHC 9.2

    See the thread at #414.
    
    The anomaly is fixed in GHC 9.4 as far as I can tell. But arguably a
    bug persists, and we won't be able to remove this quite right away.
    aspiwack committed May 6, 2022
    Configuration menu
    Copy the full SHA
    6e2adca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19fdb72 View commit details
    Browse the repository at this point in the history