| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:07:42 GMT
X-Served-By: cache-dfw-kdal2120082-DFW, cache-bom-vanm7210038-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768612062.120694,VS0,VE304
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
bytes: Sharing code for serialization between binary and cereal
bytes: Sharing code for serialization between binary and cereal
Modules
[Index] [Quick Jump]
Downloads
- bytes-0.17.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.5, NixOS:0.17.4, Stackage:0.17.5 |
| Reverse Dependencies | 28 direct, 470 indirect [details] |
| Downloads | 72402 total (250 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
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