data-array-byte

Compatibility layer for Data.Array.Byte

https://github.com/Bodigrim/data-array-byte

Version on this page:0.1.0.1@rev:1
LTS Haskell 24.24:0.1.0.1@rev:5
Stackage Nightly 2025-12-20:0.1.0.2
Latest on Hackage:0.1.0.2

See all snapshots data-array-byte appears in

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.