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