From 669cfc043ce015e7791124cf1ca51e3cfc95cc6e Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 25 Aug 2020 02:14:08 +0800 Subject: [PATCH] Allow tasty-expected-failure 0.12 Builds fine and all tests pass here. --- random.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random.cabal b/random.cabal index 055c723b3..a4a2634c1 100644 --- a/random.cabal +++ b/random.cabal @@ -159,7 +159,7 @@ test-suite spec smallcheck >=1.2 && <1.3, tasty >=1.0 && <1.4, tasty-smallcheck >=0.8 && <0.9, - tasty-expected-failure >=0.11 && <0.12, + tasty-expected-failure >=0.11 && <0.13, tasty-hunit >=0.10 && <0.11 benchmark legacy-bench