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 TypeOperators language extension to EdDSA.hs #36

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Add TypeOperators language extension to EdDSA.hs #36

merged 1 commit into from
Jun 12, 2024

Conversation

tanyabouman
Copy link

I was building with GHC 9.4.8, and there was a warning:

 warning: [-Wtype-equality-requires-operators]
    The use of ‘~’ without TypeOperators
    will become an error in a future GHC release.
    Suggested fix: Perhaps you intended to use TypeOperators

There is a warning in the build that missing the
language extension will be an error in future versions
of GHC.
@kazu-yamamoto kazu-yamamoto self-requested a review June 12, 2024 22:55
Copy link
Owner

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kazu-yamamoto kazu-yamamoto merged commit 897d9c2 into kazu-yamamoto:main Jun 12, 2024
@kazu-yamamoto
Copy link
Owner

Merged.
Thank you for your contribution!

@tanyabouman tanyabouman deleted the type-operators-extension branch June 13, 2024 12:03
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.

2 participants