1
Fork 0

fix some warnings, small tweaks to the build

This commit is contained in:
Jake Wheat 2019-08-31 13:41:07 +01:00
parent 020b33e729
commit 4c8f612f56
4 changed files with 9 additions and 5 deletions

View file

@ -14,7 +14,7 @@ indent: parse then pretty print sql
> import System.Exit
> import Data.List
> import Text.Show.Pretty
> import Control.Applicative
> --import Control.Applicative
> import Language.SQL.SimpleSQL.Pretty
> import Language.SQL.SimpleSQL.Parse
@ -22,6 +22,7 @@ indent: parse then pretty print sql
> import Language.SQL.SimpleSQL.Lex
> dialect :: Dialect
> dialect = ansi2011
> main :: IO ()