fix some warnings, small tweaks to the build
This commit is contained in:
parent
020b33e729
commit
4c8f612f56
4 changed files with 9 additions and 5 deletions
|
@ -30,6 +30,10 @@ Flag parserexe
|
|||
Description: Build SimpleSqlParserTool exe
|
||||
Default: False
|
||||
|
||||
Flag fixitytest
|
||||
Description: Build fixity test exe
|
||||
Default: False
|
||||
|
||||
library
|
||||
exposed-modules: Language.SQL.SimpleSQL.Pretty,
|
||||
Language.SQL.SimpleSQL.Parse,
|
||||
|
@ -130,7 +134,7 @@ executable Fixity
|
|||
other-extensions: TupleSections,DeriveDataTypeable
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
if flag(parserexe)
|
||||
if flag(fixitytest)
|
||||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue