Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Mar 14, 2021
1 parent 1e7b4d9 commit 2a07934
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
6 changes: 4 additions & 2 deletions src/Validation.hs
Expand Up @@ -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 <xrom.xkov@gmail.com>
Maintainer: Kowainik <xrom.xkov@gmail.com>
Stability: Stable
Portability: Portable
Lightweight pure data validation based on 'Applicative' and 'Selective' functors.
Expand Down
6 changes: 4 additions & 2 deletions 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 <xrom.xkov@gmail.com>
Maintainer: Kowainik <xrom.xkov@gmail.com>
Stability: Stable
Portability: Portable
Helpful combinators to work with 'Validation' data type.
-}
Expand Down
2 changes: 1 addition & 1 deletion validation-selective.cabal
Expand Up @@ -20,7 +20,7 @@ license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov, Veronika Romashkina
maintainer: Kowainik <xrom.xkov@gmail.com>
copyright: 2020 Kowainik
copyright: 2020-2021 Kowainik
category: Validation, Selective, Data
build-type: Simple
extra-doc-files: README.md
Expand Down

0 comments on commit 2a07934

Please sign in to comment.