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:b00dc13ae6e94004f59dc8552e8849c314fd96decc46d52fe3b5ac3da1d6f109,1916

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.