Skip to content

fix: update sumtype#6

Draft
aminya wants to merge 2 commits into
pbackus:masterfrom
aminya:update
Draft

fix: update sumtype#6
aminya wants to merge 2 commits into
pbackus:masterfrom
aminya:update

Conversation

@aminya

@aminya aminya commented Aug 22, 2021

Copy link
Copy Markdown

Fixes #5

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

@aminya aminya left a comment

Copy link
Copy Markdown
Author

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.

Comment thread dub.json
],
"dependencies": {
"sumtype": ">=0.6.2 <1.0.0"
"sumtype": "1.1.4"

Copy link
Copy Markdown

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