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

Support GHC 9.0.1 #85

Merged
merged 5 commits into from
Mar 12, 2021
Merged

Support GHC 9.0.1 #85

merged 5 commits into from
Mar 12, 2021

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    ccf26b4 View commit details
    Browse the repository at this point in the history
  2. CI: Build with GHC 9.0.1

    maoe committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    1cee8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b6abd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. doctest: Work around a ghci panic with GHC 9.0.1

    GHC 9.0.1 has an issue with the interpreter:
    
      https://gitlab.haskell.org/ghc/ghc/-/issues/19460
    
    This patch works around the issue by using the -fobject-code option.
    maoe committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    1beafea View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. ci: Update haskell-ci.yml

    maoe committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f4d6419 View commit details
    Browse the repository at this point in the history