Closed Vlix closed 1 year ago
Since base16 now relies on bytestring >= 0.11, we can stop using the offset from (PS _ offset _) and just use the BS constructor.
base16
bytestring >= 0.11
(PS _ offset _)
BS
Addressed the comment
Since
base16
now relies onbytestring >= 0.11
, we can stop using the offset from(PS _ offset _)
and just use theBS
constructor.