Skip to content

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.

],
"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