well-typed / cborg

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

Allow building on 32bit platforms #337

Open albertov opened 4 months ago

albertov commented 4 months ago

This PR allows cborg to be compiled on 32 bit platforms (tested on armv7l)

amesgen commented 3 months ago

Also see #322 for the same thing