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