X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=0a1b07561bd25023e79adfbea0ac255edd06a1bf;hb=2aedfdf7c044ebe3dafc264b91744801a440e969;hp=b824cd133ede6566e667c7ad781b2b2dde293d5d;hpb=58909d9d8030da88a585fb6145588ddf97223fab;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index b824cd1..0a1b075 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -1,10 +1,11 @@ name: email-validator -version: 0.0.3 +version: 0.0.4 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky +homepage: http://michael.orlitzky.com/code/email-validator.xhtml category: Utils -license: GPL-3 +license: AGPL-3 license-file: doc/LICENSE build-type: Simple extra-source-files: @@ -57,7 +58,7 @@ executable email-validator HUnit == 1.2.*, parallel-io == 0.3.*, pcre-light >= 0.4, - tasty == 0.8.*, + tasty == 0.*, tasty-hunit == 0.8.* main-is: @@ -162,5 +163,5 @@ test-suite doctests source-repository head type: git - location: http://michael.orlitzky.com/git/email-validator.git + location: http://gitweb.michael.orlitzky.com/email-validator.git branch: master