]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
Bump tasty dependencies again. 0.0.3
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 15 Mar 2014 19:14:38 +0000 (15:14 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 15 Mar 2014 19:14:38 +0000 (15:14 -0400)
Realize the version got bumped twice and revert to 0.0.3.

email-validator.cabal

index 5f5192cd3ec909429bd01e2524d1b84f1a952cdd..b824cd133ede6566e667c7ad781b2b2dde293d5d 100644 (file)
@@ -1,5 +1,5 @@
 name:           email-validator
-version:        0.0.4
+version:        0.0.3
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
@@ -57,8 +57,8 @@ executable email-validator
     HUnit                       == 1.2.*,
     parallel-io                 == 0.3.*,
     pcre-light                  >= 0.4,
-    tasty                       == 0.7.*,
-    tasty-hunit                 == 0.4.*
+    tasty                       == 0.8.*,
+    tasty-hunit                 == 0.8.*
 
   main-is:
     Main.hs
@@ -108,8 +108,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.