well-typed / cborg

Binary serialisation in the CBOR format
https://hackage.haskell.org/package/cborg
191 stars 86 forks source link

Bump primitive upper bound #308

Closed shlevy closed 1 year ago

shlevy commented 1 year ago

From https://hackage.haskell.org/package/primitive-0.8.0.0/changelog, the major version increase is due to a role annotation change to PrimArray, which isn't used in the repo.

Would be great to get a hackage revision or new release with this change.

bgamari commented 1 year ago

I have pushed a revision with this change.