Skip to content

Incompatible with base16-bytestring >=1.0 #3

Description

@infinisil

This library depends on base16-bytestring, which in version 1.0 changed the decode function from ByteString -> (ByteString, ByteString) to ByteString -> Either String ByteString, which newly can error. The replacement for the previous behavior of decode (which never failed), seems to be decodeLenient, for which I have a fix prepared here.

I suggest to add a version constraint for base16-bytestring < 1.0 to all current versions, and to release a new version that includes a fix for this, with a constraint for base16-bytestring >= 1.0 then.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions