]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Allow any 0.x version of tasty and bump to version 0.0.4 again.
[email-validator.git] / email-validator.cabal
index 5f5192cd3ec909429bd01e2524d1b84f1a952cdd..15b3a1b633b84377ba88984629af1fa54006f9e9 100644 (file)
@@ -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.*,
+    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.