primitive v0.6.3.0 Release Notes

Release Date: 2018-01-22 // over 6 years ago

    โž• Add PrimMonad instances for ContT, AccumT, and SelectT from
    transformers

    โž• Add Eq, Ord, Show, and IsList instances for ByteArray

    โž• Add Semigroup instances for Array and SmallArray. This allows
    ๐Ÿ— primitive to build on GHC 8.4 and later.