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

[ bsd3, compatibility, library ] [ Propose Tags ]

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

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1
Change log changelog.md
Dependencies base (>=4.9 && <4.21), deepseq (>=1.4 && <1.6), template-haskell (>=2.11 && <2.23) [details]
License BSD-3-Clause
Copyright (c) Roman Leshchinskiy 2009-2012
Author Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer andrew.lelechenko@gmail.com
Revised Revision 3 made by Bodigrim at 2024-03-14T23:56:31Z
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 2022-10-08T12:22:04Z
Distributions Arch:0.1.0.1, LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1
Reverse Dependencies 8 direct, 14631 indirect [details]
Downloads 2524 total (169 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-10-08 [all 1 reports]

Readme for data-array-byte-0.1.0.1

[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.