1
Fork 0

remove ref typename for consistency

support t and p multipliers in lob lengths
update a few tests
This commit is contained in:
Jake Wheat 2014-04-20 19:24:03 +03:00
commit 9b2ba2fb36
7 changed files with 114 additions and 98 deletions

View file

@ -1,7 +1,10 @@
name: simple-sql-parser
version: 0.4.0
synopsis: A parser for SQL queries
description: A parser for SQL queries. Please see the homepage for more information <http://jakewheat.github.io/simple-sql-parser/>.
description: A parser for SQL queries. Parses most SQL:2011
queries. Please see the homepage for more information
<http://jakewheat.github.io/simple-sql-parser/>.
homepage: http://jakewheat.github.io/simple-sql-parser/
license: BSD3
@ -36,6 +39,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
other-extensions: TupleSections,DeriveDataTypeable
Test-Suite Tests
type: exitcode-stdio-1.0
main-is: RunTests.lhs
@ -67,7 +71,7 @@ Test-Suite Tests
Language.SQL.SimpleSQL.Tpch,
Language.SQL.SimpleSQL.ValueExprs
other-extensions: TupleSections,OverloadedStrings,DeriveDataTypeable
other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010
ghc-options: -Wall
@ -78,6 +82,7 @@ executable SQLIndent
parsec >=3.1 && <3.2,
mtl >=2.1 && <2.2,
pretty >= 1.1 && < 1.2
other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010
ghc-options: -Wall
if flag(sqlindent)