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
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue