diff --git a/changelog b/changelog index 01ec1e7..5685e02 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -0.3.0-dev (commit 9e75fa93650b4f1a08d94f4225a243bcc50445ae) +0.3.0 (commit 9e75fa93650b4f1a08d94f4225a243bcc50445ae) fix the basic operator fixity parsing swap the order in select item abstract syntax so it is now (expression, alias) which matches the order in the concrete diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index 6aa68b7..e4a72e2 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -76,8 +76,7 @@ executable SQLIndent parsec >=3.1 && <3.2, mtl >=2.1 && <2.2, pretty >= 1.1 && < 1.2, - haskell-src-exts >= 1.14 && < 1.15, - simple-sql-parser + haskell-src-exts >= 1.14 && < 1.15 default-language: Haskell2010 ghc-options: -Wall if flag(sqlindent)