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

Conversation

alanz
Copy link
Owner

@alanz alanz commented May 21, 2024

  • Remove options that are no longer used
  • Make the Transform API pure (while retaining Transform and TransformT for backward compatibility, if anyone is using them

alanz added 4 commits May 21, 2024 18:49
It has been unused for some time
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.
It is not used
There is no longer any need for the tranformations to be in a monadic
context, so keep them pure.
@alanz alanz merged commit e867719 into master May 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant