| 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: Sun, 18 Jan 2026 15:07:56 GMT
X-Served-By: cache-dfw-kdfw8210128-DFW, cache-bom-vanm7210055-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768748876.759621,VS0,VE855
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hschema-aeson: Describe schemas for your Haskell data types.
[Skip to Readme]
hschema-aeson: Describe schemas for your Haskell data types.
Please see the README on GitHub at https://github.com/alonsodomin/haskell-schema#readme
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- hschema-aeson-0.0.1.1.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.0.1.0, 0.0.1.1 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson, base (>=4.7 && <5), comonad (>=5.0 && <5.1), contravariant, free, hschema (>=0.0.1.0 && <0.0.2.0), hschema-prettyprinter (>=0.0.1.0 && <0.0.2.0), hschema-quickcheck (>=0.0.1.0 && <0.0.2.0), lens, mtl, natural-transformation, prettyprinter, prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances, scientific, text, time, unordered-containers, vector [details] |
| License | LGPL-3.0-only |
| Copyright | 2018 Antonio Alonso Dominguez |
| Author | Antonio Alonso Dominguez |
| Maintainer | alonso.domin@gmail.com |
| Uploaded | by alonsodomin at 2018-11-14T15:01:19Z |
| Category | Data, Schema, JSON |
| Home page | https://github.com/alonsodomin/haskell-schema#readme |
| Bug tracker | https://github.com/alonsodomin/haskell-schema/issues |
| Source repo | head: git clone https://github.com/alonsodomin/haskell-schema |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 1350 total (7 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2018-11-14 [all 1 reports] |
Readme for hschema-aeson-0.0.1.1
[back to package description]Haskell Schema Aeson
This a companion package for the hschema package providing JSON encoder and decoders for your data types.
Find more information on how to use this in the hschema package.