From 2a079347568664a88b73329eb3dca5433aa7b36f Mon Sep 17 00:00:00 2001 From: Veronika Romashkina Date: Sun, 14 Mar 2021 12:53:33 +0000 Subject: [PATCH] Update copyright --- README.md | 2 +- src/Validation.hs | 6 ++++-- src/Validation/Combinators.hs | 6 ++++-- validation-selective.cabal | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c26070..bd1e2f6 100644 --- a/README.md +++ b/README.md @@ -100,5 +100,5 @@ the following to the `extra-deps` section of your `stack.yaml` file: ```yaml extra-deps: - - validation-selective-0.1.0.0 + - validation-selective-CURRENT_VERSION ``` diff --git a/src/Validation.hs b/src/Validation.hs index 3f3a291..b77536e 100644 --- a/src/Validation.hs +++ b/src/Validation.hs @@ -7,9 +7,11 @@ {- | Copyright: (c) 2014 Chris Allen, Edward Kmett - (c) 2018-2020 Kowainik + (c) 2018-2021 Kowainik SPDX-License-Identifier: MPL-2.0 -Maintainer: Kowainik +Maintainer: Kowainik +Stability: Stable +Portability: Portable Lightweight pure data validation based on 'Applicative' and 'Selective' functors. diff --git a/src/Validation/Combinators.hs b/src/Validation/Combinators.hs index 607860e..c4084c5 100644 --- a/src/Validation/Combinators.hs +++ b/src/Validation/Combinators.hs @@ -1,7 +1,9 @@ {- | -Copyright: (c) 2020 Kowainik +Copyright: (c) 2020-2021 Kowainik SPDX-License-Identifier: MPL-2.0 -Maintainer: Kowainik +Maintainer: Kowainik +Stability: Stable +Portability: Portable Helpful combinators to work with 'Validation' data type. -} diff --git a/validation-selective.cabal b/validation-selective.cabal index 5916d5c..d042f5a 100644 --- a/validation-selective.cabal +++ b/validation-selective.cabal @@ -20,7 +20,7 @@ license: MPL-2.0 license-file: LICENSE author: Dmitrii Kovanikov, Veronika Romashkina maintainer: Kowainik -copyright: 2020 Kowainik +copyright: 2020-2021 Kowainik category: Validation, Selective, Data build-type: Simple extra-doc-files: README.md