| 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 00:40:22 GMT
X-Served-By: cache-dfw-kdal2120086-DFW, cache-bom-vanm7210093-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768610422.751004,VS0,VE300
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
pipes-aeson: Encode and decode JSON streams using Aeson and Pipes.
[Skip to Readme]
pipes-aeson: Encode and decode JSON streams using Aeson and Pipes.
Utilities to encode and decode Pipes streams of JSON.
See the changelog.md file in the source distribution to learn about any
important changes between version.
[Skip to Readme]
Downloads
- pipes-aeson-0.4.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.1, 0.3.0, 0.4, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.4.1.5, 0.4.1.6, 0.4.1.7, 0.4.1.8, 0.4.2 |
|---|---|
| Change log | changelog.md |
| Dependencies | aeson (>=0.6.1), attoparsec (>=0.10), attoparsec-aeson (>=2.2), base (>=4.5 && <5.0), bytestring (>=0.9.2.1), pipes (>=4.1), pipes-attoparsec (>=0.5), pipes-bytestring (>=2.0), pipes-parse (>=3.0.1), transformers (>=0.2) [details] |
| License | BSD-3-Clause |
| Copyright | Copyright (c) Renzo Carbonara 2013 |
| Author | Renzo Carbonara |
| Maintainer | renλren.zone |
| Uploaded | by RenzoCarbonara at 2024-02-23T09:45:19Z |
| Category | Pipes, Parser |
| Home page | https://github.com/k0001/pipes-aeson |
| Bug tracker | https://github.com/k0001/pipes-aeson/issues |
| Source repo | head: git clone git://github.com/k0001/pipes-aeson.git |
| Distributions | Debian:0.4.1.8, LTSHaskell:0.4.2, NixOS:0.4.2, Stackage:0.4.2 |
| Reverse Dependencies | 6 direct, 2 indirect [details] |
| Downloads | 12852 total (65 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2024-02-23 [all 1 reports] |
Readme for pipes-aeson-0.4.2
[back to package description]pipes-aeson
Utilities to encode and decode streams of JSON values using Pipes and Aeson.
Check the source or rendered Haddocks for documentation.
This code is licensed under the terms of the so called 3-clause BSD
license. Read the file named LICENSE found in this same directory
for details.
See the PEOPLE file to learn about the people involved in this
effort.