Fix cabal-check warnings

This commit is contained in:
Dmitry Bushev 2018-04-09 19:42:52 +03:00
parent 10ecfd75b5
commit b1ec015761
No known key found for this signature in database
GPG Key ID: 87C16090D6910E91

View File

@ -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