bytestring-trie icon indicating copy to clipboard operation
bytestring-trie copied to clipboard

Native support for bytestring >=0.11

Open wrengr opened this issue 2 years ago • 0 comments

bytestring-0.11.0.0 (September 2020) removed the offset parameter to the ByteString data constructor: https://github.com/haskell/bytestring/pull/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.

wrengr avatar Nov 08 '21 08:11 wrengr