From b1ec01576114595c109d3e86f4cb2fad3de43b43 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 9 Apr 2018 19:42:52 +0300 Subject: [PATCH] Fix cabal-check warnings --- validationt.cabal | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/validationt.cabal b/validationt.cabal index a61ce4a..f4e6409 100644 --- a/validationt.cabal +++ b/validationt.cabal @@ -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