From c0b0174613c8364055ff23796ab42d7e9261d471 Mon Sep 17 00:00:00 2001 From: Jake Date: Tue, 19 Oct 2021 16:07:06 +0100 Subject: [PATCH] update dep --- simple-sql-parser.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index 3536053..1619694 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -62,7 +62,7 @@ Test-Suite Tests main-is: RunTests.lhs hs-source-dirs: tools Build-Depends: simple-sql-parser, - tasty >= 1.1 && < 1.3, + tasty >= 1.1 && < 1.5, tasty-hunit >= 0.9 && < 0.11 Other-Modules: Language.SQL.SimpleSQL.ErrorMessages, @@ -105,7 +105,7 @@ executable Fixity hs-source-dirs: tools Build-Depends: simple-sql-parser, pretty-show >= 1.6 && < 1.10, - tasty >= 1.1 && < 1.3, + tasty >= 1.1 && < 1.5, tasty-hunit >= 0.9 && < 0.11 if flag(fixitytest) buildable: True