]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Switch from GPL-3 to AGPL-3 and update project URLs.
[email-validator.git] / email-validator.cabal
index 5f5192cd3ec909429bd01e2524d1b84f1a952cdd..0a1b07561bd25023e79adfbea0ac255edd06a1bf 100644 (file)
@@ -3,8 +3,9 @@ version:        0.0.4
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
+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