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

fix: update sumtype #6

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

fix: update sumtype #6

wants to merge 2 commits into from

Conversation

aminya
Copy link

@aminya aminya commented Aug 22, 2021

Fixes #5

@aminya aminya marked this pull request as draft August 22, 2021 01:53
Copy link
Author

@aminya aminya left a comment

Choose a reason for hiding this comment

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

The tests fail when I update sumtype.

@@ -4,7 +4,7 @@
"Paul Backus"
],
"dependencies": {
"sumtype": ">=0.6.2 <1.0.0"
"sumtype": "1.1.4"

Choose a reason for hiding this comment

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

dependency should use ~>1.0 or similar to allow applications and libraries depending on this library to choose sumtype versions more freely

~>1.0 is equal to >=1.0.0 <2.0.0

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.

not compatible with sumtype 1.x or std.sumtype
2 participants