From 58909d9d8030da88a585fb6145588ddf97223fab Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 15 Mar 2014 15:14:38 -0400 Subject: [PATCH] Bump tasty dependencies again. Realize the version got bumped twice and revert to 0.0.3. --- email-validator.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -- 2.43.2