haskell/primitive

Reexport ByteArray and MutableByteArray from base on newer GHCs

Closed this issue · 1 comments

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

This was completed.