X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=15b3a1b633b84377ba88984629af1fa54006f9e9;hb=a5b95f6b2dc2e2e1f639507e9d7ff8ae4c39cae5;hp=5f5192cd3ec909429bd01e2524d1b84f1a952cdd;hpb=34f7ff7e07e3f3a0e53225b1efeeb6275c67c674;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 5f5192c..15b3a1b 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -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.