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

[ data, lgpl, library, schema, testing ] [ 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), free, hschema (>=0.0.1.0 && <0.0.2.0), lens, mtl, natural-transformation, QuickCheck, quickcheck-instances, 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, Testing
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-09T17:03:57Z
Distributions NixOS:0.0.1.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1132 total (14 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-09 [all 1 reports]

Readme for hschema-quickcheck-0.0.1.0

[back to package description]

Haskell Schema QuickCheck

This a companion package for the hschema package providing utilities for automatically generating QuickCheck generators for your data types. Find more information on how to use this in the hschema package.