From 3b4d713f481f9e843cb84fe14fd804eb6cd1f3b4 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sun, 20 May 2018 19:52:47 +0800 Subject: [PATCH] Update the Tasty dep --- hasql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasql.cabal b/hasql.cabal index aeb4fdc..d2365ff 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -123,7 +123,7 @@ test-suite tasty -- database: hasql, -- testing: - tasty >= 0.12 && < 1.1, + tasty >= 0.12 && < 2, tasty-quickcheck >= 0.9 && < 0.11, tasty-hunit >= 0.9 && < 0.11, quickcheck-instances >= 0.3.11 && < 0.4,