1
Fork 0

update build to use new cabal, update stack resolver, add build target for exe

This commit is contained in:
Jake Wheat 2019-07-07 11:33:02 +01:00
commit 8555650583
7 changed files with 58 additions and 25 deletions

View file

@ -103,6 +103,14 @@ executable SimpleSqlParserTool
other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010
ghc-options: -Wall
Other-Modules: Language.SQL.SimpleSQL.Combinators
Language.SQL.SimpleSQL.Dialect
Language.SQL.SimpleSQL.Errors
Language.SQL.SimpleSQL.Lex
Language.SQL.SimpleSQL.Parse
Language.SQL.SimpleSQL.Pretty
Language.SQL.SimpleSQL.Syntax
if flag(parserexe)
buildable: True
else
@ -126,3 +134,4 @@ executable Fixity
buildable: True
else
buildable: False