From: Michael Orlitzky <michael@orlitzky.com>
Date: Sat, 15 Mar 2014 19:14:38 +0000 (-0400)
Subject: Bump tasty dependencies again.
X-Git-Tag: 0.0.3
X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=864d6d318b4464f97682e6348f1f8a86edcfc7c1;p=email-validator.git

Bump tasty dependencies again.
Realize the version got bumped twice and revert to 0.0.3.
---

diff --git a/email-validator.cabal b/email-validator.cabal
index 5f5192c..b824cd1 100644
--- a/email-validator.cabal
+++ b/email-validator.cabal
@@ -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.