From fd42a3cd73adc41c04e8e54962c29675f5bcc29a Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Tue, 31 Dec 2013 12:26:05 +0200 Subject: [PATCH] remove self dependency for SqlIndent exe in cabal --- changelog | 2 +- simple-sql-parser.cabal | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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)