remove self dependency for SqlIndent exe in cabal
This commit is contained in:
parent
9611885448
commit
fd42a3cd73
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue