data-array-byte: Compatibility layer for Data.Array.Byte

[ bsd3, compatibility, library ] [ Propose Tags ] [ Report a vulnerability ]

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.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Array
      • Data.Array.Byte

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2
Change log changelog.md
Dependencies base (<5), deepseq (<2), template-haskell (<3) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.2, ghc ==9.14.1
License BSD-3-Clause
Copyright (c) Roman Leshchinskiy 2009-2012
Author Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer andrew.lelechenko@gmail.com
Category Compatibility
Home page https://github.com/Bodigrim/data-array-byte
Bug tracker https://github.com/Bodigrim/data-array-byte/issues
Source repo head: git clone https://github.com/Bodigrim/data-array-byte
Uploaded by Bodigrim at 2025-12-19T20:01:53Z
Distributions LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.2
Reverse Dependencies 16 direct, 15640 indirect [details]
Downloads 4635 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2025-12-19 [all 1 reports]

Readme for data-array-byte-0.1.0.2

[back to package description]

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.