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

happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2 #567

Merged

Conversation

shayne-fletcher
Copy link
Contributor

@shayne-fletcher shayne-fletcher commented Nov 3, 2024

in #565 we allowed happy build depends < 2.1 so as to allow happy-2.0.2 (2.1 was marked deprected). since then happy 2.1.1 and 2.1.2 were released (2.1.1 is also marked deprecated). this then resulted in issue #566 which this fixes. so, i'm changing the bounds to happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2. this change puts us out of step with GHC itself which is still < 2.1 but i guess it will catch up.

@shayne-fletcher shayne-fletcher requested a review from a team as a code owner November 3, 2024 20:23
@shayne-fletcher shayne-fletcher marked this pull request as draft November 3, 2024 21:24
@shayne-fletcher shayne-fletcher changed the title happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2 multiple fixes Nov 3, 2024
@shayne-fletcher shayne-fletcher changed the title multiple fixes happy:happy == 1.20.* || == 2.0.2 || >= 2.1.2 && < 2.2 Nov 3, 2024
@shayne-fletcher shayne-fletcher marked this pull request as ready for review November 7, 2024 00:07
@dylant-da dylant-da merged commit e9e2104 into digital-asset:master Nov 7, 2024
40 checks passed
@shayne-fletcher shayne-fletcher deleted the relax-happy-bounds3 branch November 7, 2024 16:42
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