Nothing Special   »   [go: up one dir, main page]

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

Haskell/GADT: produce mtl-2.3 compatible code #438

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

andreasabel
Copy link
Member

Swap the mtl-import Control.Monad.Identity for base imports Control.Monad and Data.Functor.Identity.
This secures that the output does not need mtl any more, so no mtl-2.3 conundrums.

@andreasabel andreasabel added this to the 2.9.5 milestone Feb 27, 2023
@andreasabel andreasabel self-assigned this Feb 27, 2023
Import `Identity` functor from `base` instead.
@andreasabel andreasabel merged commit 024bcf4 into master Feb 28, 2023
@andreasabel andreasabel deleted the HaskellGADT-mtl-2.3 branch February 28, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant