hschema-prettyprinter: Describe schemas for your Haskell data types.

[ data, lgpl, library, schema, text ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), contravariant, free, hschema (>=0.0.1.0 && <0.0.2.0), lens, mtl, natural-transformation, prettyprinter, prettyprinter-ansi-terminal, text, unordered-containers, vector [details]
License LGPL-3.0-only
Copyright 2018 Antonio Alonso Dominguez
Author Antonio Alonso Dominguez
Maintainer alonso.domin@gmail.com
Category Data, Schema, Text
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
Uploaded by alonsodomin at 2018-11-14T15:01:18Z
Distributions NixOS:0.0.1.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1177 total (10 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-prettyprinter-0.0.1.1

[back to package description]

Haskell Schema Pretty Printer

This a companion package for the hschema package providing utilities to pretty print schemas or to layout data according to a given schema. Find more information on how to use this in the hschema package.