BSD-3-Clause licensed by Roman Leshchinskiy
Maintained by [email protected]
This version can be pinned in stack with:data-array-byte-0.1.0.1@sha256:2ef1bd3511e82ba56f7f23cd793dd2da84338a1e7c2cbea5b151417afe3baada,1989

Module documentation for 0.1.0.1

There are no documented modules for this package.

data-array-byte

Compatibility layer for Data.Array.Byte, providing boxed wrappers for ByteArray# and MutableByteArray# and relevant instances for GHC < 9.4. Include it into your Cabal file:

build-depends: base
if impl(ghc < 9.4)
  build-depends: data-array-byte

and then import Data.Array.Byte unconditionally.

Changes

0.1.0.1

  • Relax required cabal-version to 1.10.

0.1

  • Initial release, matching Data.Array.Byte in base-4.17.0.0 and GHC 9.4.