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 some basic type class instances for OpenMode and OpenFileFlags. #141

Merged
merged 4 commits into from
Dec 2, 2019

Conversation

typedrat
Copy link
Contributor

@typedrat typedrat commented Dec 1, 2019

I've written a few different programs that provide orphan instances for these types, and I think that adding some basic derived instances should be uncontroversial.

Closes #75.

@chessai
Copy link
Member

chessai commented Dec 2, 2019

Could you please add a changelog entry?

@chessai
Copy link
Member

chessai commented Dec 2, 2019

Also, any reason to leave out Read?

@typedrat
Copy link
Contributor Author

typedrat commented Dec 2, 2019

Done.

@chessai
Copy link
Member

chessai commented Dec 2, 2019

CI passed on the previous commit, most recent was to the changelog. These instances should be uncontroversial. Merging.

Thanks @typedrat!

@chessai chessai merged commit badea94 into haskell:master Dec 2, 2019
@Bodigrim Bodigrim added this to the 2.8.0.0 milestone Apr 20, 2022
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.

OpenMode should derive some classes (Eq)
3 participants