packages feed

nonempty-wrapper-aeson-0.1.0.1: README.md

# nonempty-wrapper-aeson

Create NonEmpty version of any container.

`aeson` `instance`s.

## Example:

```
type NonEmptyText = NonEmpty Text
```