hschema: Describe schemas for your Haskell data types.

[ data, lgpl, library, schema ] [ 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), comonad (>=5.0 && <5.1), contravariant, free, hashable, invariant, lens, mtl, natural-transformation, profunctors, 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
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:00:39Z
Distributions NixOS:0.0.1.1
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 1249 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-0.0.1.1

[back to package description]

Haskell Schema Core

This is the core module of the the Haskell Schema set of libraries and provides with the basic elements needed to define your own schemas. To be able to use this library you will need to combine it with one or more of the additional companion packages.