nonempty-wrapper-aeson: aeson instances for 'NonEmpty'

[ data, library ] [ Propose Tags ] [ Report a vulnerability ]

aeson instances for NonEmpty.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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 (>=2 && <3), base (>=4 && <5), nonempty-wrapper (>=0.1.0.0 && <1) [details]
Tested with ghc ==9.12.1, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8
License ISC
Author Gautier DI FOLCO
Maintainer foss@difolco.dev
Category Data
Home page http://github.com/blackheaven/nonempty-wrapper/nonempty-wrapper-aeson
Uploaded by gdifolco at 2025-07-20T11:02:25Z
Distributions NixOS:0.1.0.0
Downloads 121 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-07-20 [all 1 reports]

Readme for nonempty-wrapper-aeson-0.1.0.1

[back to package description]

nonempty-wrapper-aeson

Create NonEmpty version of any container.

aeson instances.

Example:

type NonEmptyText = NonEmpty Text