haskell / primitive

This package provides various primitive memory-related operations.
Other
114 stars 58 forks source link

Reexport ByteArray and MutableByteArray from base on newer GHCs #336

Closed andrewthad closed 1 year ago

andrewthad commented 2 years ago

I'm think that in GHC 9.4 (maybe 9.6 though), base will provide ByteArray and MutableByteArray from the Data.Array.Byte module.

andrewthad commented 1 year ago

This was completed.