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

Ghc 9.10 cleanups #137

Merged
merged 4 commits into from
May 21, 2024
Merged

Ghc 9.10 cleanups #137

merged 4 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Remove Rigidity

    It has been unused for some time
    alanz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eac9923 View commit details
    Browse the repository at this point in the history
  2. Remove epUpdateAnchors.

    It is not needed, we always update the AST, the only question is if
    generate output while processing it, which is captured by the
    `epTokenPrint` and `epWhitespacePrint` options.
    alanz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    825f1ee View commit details
    Browse the repository at this point in the history
  3. Remove epAstPrint

    It is not used
    alanz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    671c8b4 View commit details
    Browse the repository at this point in the history
  4. Make the transform API pure

    There is no longer any need for the tranformations to be in a monadic
    context, so keep them pure.
    alanz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5e7e8ab View commit details
    Browse the repository at this point in the history