name:        data-array-byte
version:     0.1.0.1
visibility:  public
id:          data-array-byte-0.1.0.1-3A0BkxIuXp3FZaXgOw2PEU
key:         data-array-byte-0.1.0.1-3A0BkxIuXp3FZaXgOw2PEU
license:     BSD-3-Clause
copyright:   (c) Roman Leshchinskiy 2009-2012
maintainer:  andrew.lelechenko@gmail.com
author:      Roman Leshchinskiy <rl@cse.unsw.edu.au>
homepage:    https://github.com/Bodigrim/data-array-byte
synopsis:    Compatibility layer for Data.Array.Byte
description:
    Compatibility layer for [Data.Array.Byte](https://hackage.haskell.org/package/base/docs/Data-Array-Byte.html), 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.

category:    Compatibility
abi:         b7a5c6aad95a5a3e4903ce2272ab85e0
exposed:     True
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/data-array-byte-0.1.0.1

depends:
    base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
    template-haskell-2.22.0.0-inplace
