cassava-generic: Cassave instances for functor-like datatypes like `Either String a`.

[ bsd3, data, library ] [ Propose Tags ]

Modules

  • Data
    • Csv
      • Data.Csv.GenericInstances
    • Functor
      • Identity
        • Data.Functor.Identity.Default

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), bytestring, cassava, data-default, text, unordered-containers, vector [details]
License BSD-3-Clause
Copyright Migamake '2020
Author Michał J. Gajda, Gabriel Nogueira Araujo
Maintainer mjgajda@migamake.com
Category Data
Home page https://github.com/mjgajda/cassava-generic#readme
Bug tracker https://github.com/mjgajda/cassava-generic/issues
Source repo head: git clone https://github.com/mjgajda/cassava-generic
Uploaded by MichalGajda at 2020-07-30T20:13:17Z
Distributions NixOS:0.1.0.1
Downloads 407 total (10 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 2020-07-30 [all 3 reports]

Readme for cassava-generic-0.1.0.1

[back to package description]

cassava-generics

Cassava ToNamedField instances for standard functors and datatypes. They depend on both ToNamedField and DefaultHeaderOrder instances for a:

  • Either String a
  • Maybe a

Also for convenience instances for common types:

  • [Text] -- tag list
  • [(Text,Text)] -- assoc list