X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=email-validator.cabal;h=b824cd133ede6566e667c7ad781b2b2dde293d5d;hp=5f5192cd3ec909429bd01e2524d1b84f1a952cdd;hb=58909d9d8030da88a585fb6145588ddf97223fab;hpb=669780bc9406b0e3677d0e1bca23fc49b174517b 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 @@ -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.