has: Entity based records

[ bsd3, data, library ] [ Propose Tags ]

Modules

[Last Documentation]

  • Data
    • Data.Has

Flags

Automatic Flags
NameDescriptionDefault
test

Build test program.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.3, 0.4, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.6.0.1
Dependencies base (>=4 && <5), HUnit, QuickCheck (>=2 && <3), test-framework, test-framework-hunit [details]
License BSD-3-Clause
Copyright (c) Yusaku Hashimoto 2019
Author Yusaku Hashimoto, Adam Krupicka
Maintainer Yusaku Hashimoto <nonowarn@gmail.com>
Category Data
Home page http://github.com/nonowarn/has
Source repo head: git clone git://github.com/nonowarn/has.git
Uploaded by YusakuHashimoto at 2019-03-31T05:10:27Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables test
Downloads 7046 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-03-31 [all 3 reports]

Readme for has-0.6.0.1

[back to package description]

has

This is a library which provides entity based records for Haskell.

Please read it first: Tutorial based on announce post.