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

Native support for bytestring >=0.11 #11

Open
wrengr opened this issue Nov 8, 2021 · 0 comments
Open

Native support for bytestring >=0.11 #11

wrengr opened this issue Nov 8, 2021 · 0 comments

Comments

@wrengr
Copy link
Owner

wrengr commented Nov 8, 2021

bytestring-0.11.0.0 (September 2020) removed the offset parameter to the ByteString data constructor: haskell/bytestring#175 . They provide a PS pattern-synonym for backward compatibility (https://github.com/haskell/bytestring/blob/master/Changelog.md) and while CI indicates that's sufficient for now, we should surely update things to use the new internal representation directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant