1
Fork 0

remove self dependency for SqlIndent exe in cabal

This commit is contained in:
Jake Wheat 2013-12-31 12:26:05 +02:00
commit fd42a3cd73
2 changed files with 2 additions and 3 deletions

View file

@ -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)