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

Remove upper bound on dlist (outdated) #416

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

andreasabel
Copy link
Member

Remove upper bound on dlist (outdated).

The predominant style seems to not have bounds, so I removed the upper bound rather than replacing it by < 1.1.
(Maintainers: check whether this is indeed within the spirit of this package.)

Build with the latest dlist, dlist-1.0. The changes in dlist-1.0 (removal of eliminator list, change of tail) do not affect the use of dlist in bytestring, namely in the test-builder test-suite.

The predominant style seems to not have bounds, so I removed the upper
bound rather than replacing it by < 1.1.

The changes in dlist-1.0 (removal of eliminator `list`, change of
`tail`) do not affect the use of dlist in `bytestring`, namely in the
`test-builder` test-suite.
@Bodigrim Bodigrim requested a review from sjakobi August 31, 2021 18:05
@Bodigrim Bodigrim linked an issue Aug 31, 2021 that may be closed by this pull request
Copy link
Member

@sjakobi sjakobi left a comment

Choose a reason for hiding this comment

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

Cheers!

@andreasabel
Copy link
Member Author

Ha, this (trivial) issue got me involved more than I thought: See spl/dlist#98 and ddssff/listlike#14.

@Bodigrim Bodigrim merged commit 4f63e1e into haskell:master Sep 2, 2021
@Bodigrim
Copy link
Contributor

Bodigrim commented Sep 2, 2021

Thanks!

@andreasabel andreasabel deleted the issue415 branch September 3, 2021 09:00
Bodigrim pushed a commit to Bodigrim/bytestring that referenced this pull request Sep 12, 2021
@Bodigrim Bodigrim added this to the 0.11.2.0 milestone Nov 3, 2021
noughtmare pushed a commit to noughtmare/bytestring that referenced this pull request Dec 12, 2021
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.

Outdated dependency: dlist
3 participants