bytes: Sharing code for serialization between binary and cereal

[ bsd3, data, library, serialization ] [ Propose Tags ] [ Report a vulnerability ]

Sharing code for serialization between binary and cereal.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.5, 0.5.1, 0.6, 0.7, 0.8, 0.9, 0.10, 0.10.1, 0.10.2, 0.11, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.12, 0.12.0.1, 0.13, 0.13.0.1, 0.14, 0.14.0.1, 0.14.0.2, 0.14.1, 0.14.1.1, 0.14.1.2, 0.14.1.3, 0.15, 0.15.0.1, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.16, 0.17, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <5), binary (>=0.5.1 && <0.9), binary-orphans (>=1.0.1 && <1.1), bytestring (>=0.9 && <0.13), cereal (>=0.5.2 && <0.6), containers (>=0.3 && <1), hashable (>=1.0.1.1 && <1.6), scientific (>=0.0 && <1), text (>=0.2 && <2.2), time (>=1.2 && <1.16), transformers (>=0.2 && <0.7), transformers-compat (>=0.6.5 && <1), unordered-containers (>=0.2 && <0.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 Copyright (C) 2013-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Uploaded by ryanglscott at 2026-01-10T15:48:41Z
Category Data, Serialization
Home page https://github.com/ekmett/bytes
Bug tracker https://github.com/ekmett/bytes/issues
Source repo head: git clone https://github.com/ekmett/bytes.git
Distributions Arch:0.17.4, Debian:0.17, Fedora:0.17.4, LTSHaskell:0.17.4, NixOS:0.17.4, Stackage:0.17.5
Reverse Dependencies 28 direct, 468 indirect [details]
Downloads 72326 total (181 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-01-10 [all 1 reports]

Readme for bytes-0.17.5

[back to package description]

bytes

Hackage Build Status

This package provides a simple compatibility shim that lets you work with both binary and cereal with one chunk of serialization code.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett