X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=0a1b07561bd25023e79adfbea0ac255edd06a1bf;hb=2aedfdf7c044ebe3dafc264b91744801a440e969;hp=5f5192cd3ec909429bd01e2524d1b84f1a952cdd;hpb=34f7ff7e07e3f3a0e53225b1efeeb6275c67c674;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 5f5192c..0a1b075 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -3,8 +3,9 @@ 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,8 +58,8 @@ executable email-validator HUnit == 1.2.*, parallel-io == 0.3.*, pcre-light >= 0.4, - tasty == 0.7.*, - tasty-hunit == 0.4.* + tasty == 0.*, + tasty-hunit == 0.8.* main-is: Main.hs @@ -108,8 +109,8 @@ test-suite testsuite HUnit == 1.2.*, parallel-io == 0.3.*, pcre-light >= 0.4, - tasty == 0.7.*, - tasty-hunit == 0.4.* + tasty == 0.*, + tasty-hunit == 0.8.* -- It's not entirely clear to me why I have to reproduce all of this. @@ -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