diff --git a/changelog b/changelog index d4af0b4..e469c64 100644 --- a/changelog +++ b/changelog @@ -32,6 +32,8 @@ app(something)} and {oj t1 left outer join ... } rename ValueExpr -> ScalarExpr (I think scalar expression is slightly less incorrect) +0.4.4 + tested with ghc 8.2.1 and 8.4.3 0.4.3 tested with ghc 8.0.2 and 8.2.1 0.4.1 (commit c156c5c34e91e1f7ef449d2c1ea14e282104fd90) diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index 95dc511..cbc5efa 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -56,8 +56,8 @@ Test-Suite Tests parsec >=3.1 && <3.2, mtl >=2.1 && <2.3, pretty >= 1.1 && < 1.2, - tasty >= 0.10 && < 0.12, - tasty-hunit >= 0.9 && < 0.10 + tasty >= 1.1 && < 1.2, + tasty-hunit >= 0.9 && < 0.11 Other-Modules: Language.SQL.SimpleSQL.Pretty, Language.SQL.SimpleSQL.Parse, @@ -99,7 +99,7 @@ executable SimpleSqlParserTool parsec >=3.1 && <3.2, mtl >=2.1 && <2.3, pretty >= 1.1 && < 1.2, - pretty-show >= 1.6 && < 1.7 + pretty-show >= 1.6 && < 1.9 other-extensions: TupleSections,DeriveDataTypeable default-language: Haskell2010 ghc-options: -Wall @@ -115,9 +115,9 @@ executable Fixity parsec >=3.1 && <3.2, mtl >=2.1 && <2.3, pretty >= 1.1 && < 1.2, - pretty-show >= 1.6 && < 1.7, - tasty >= 0.10 && < 0.12, - tasty-hunit >= 0.9 && < 0.10 + pretty-show >= 1.6 && < 1.9, + tasty >= 1.1 && < 1.2, + tasty-hunit >= 0.9 && < 0.11 other-extensions: TupleSections,DeriveDataTypeable default-language: Haskell2010