mirror of
https://github.com/typeable/validationt.git
synced 2024-11-22 01:34:05 +03:00
Fix cabal-check warnings
This commit is contained in:
parent
10ecfd75b5
commit
b1ec015761
@ -3,9 +3,9 @@
|
||||
|
||||
name: validationt
|
||||
version: 0.2.0.0
|
||||
synopsis: Straightforward validation monad. Convenient solution for validating web forms and APIs.
|
||||
-- description:
|
||||
homepage: typeable.io
|
||||
synopsis: Straightforward validation monad.
|
||||
description: Convenient solution for validating web forms and APIs.
|
||||
homepage: https://github.com/typeable/validationt
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Typeable.io contributors
|
||||
@ -20,6 +20,10 @@ tested-with: GHC == 7.10.3
|
||||
, GHC == 8.2.2
|
||||
, GHC == 8.4.1
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git@github.com:typeable/validationt.git
|
||||
|
||||
library
|
||||
exposed-modules: Control.Monad.Validation
|
||||
build-depends: base >=4.8 && < 5
|
||||
|
Loading…
Reference in New Issue
Block a user