Update description and synopsis [ci skip]

This commit is contained in:
Denis Redozubov 2020-11-03 18:51:29 +03:00
parent d5693e2cdf
commit 6609fb09ea
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,8 @@
# ValidationT
A very small validation data library.
A simple data validation library. The main idea is to provide an easy way to
validate web form data by aggregating errors for each field.
## Usage

View File

@ -3,8 +3,9 @@
name: validationt
version: 0.3.1
synopsis: Straightforward validation monad.
description: Convenient solution for validating web forms and APIs.
synopsis: Straightforward validation monad
description: A simple data validation library. The main idea is to provide an easy way to
validate web form data by aggregating errors for each field.
homepage: https://github.com/typeable/validationt
license: BSD3
license-file: LICENSE