1
Fork 0

work around for haddock refusal to parse literal comment lines with *

in first character position
get rid of code_units since these are not in sql2011
implement next value for
parse the nullary functions with reserved names
updates to the sql2003 file
This commit is contained in:
Jake Wheat 2014-04-19 21:17:19 +03:00
commit 7a7f4ba7aa
7 changed files with 167 additions and 66 deletions

View file

@ -28,7 +28,7 @@ library
Language.SQL.SimpleSQL.Parser,
Language.SQL.SimpleSQL.Syntax
other-extensions: TupleSections
build-depends: base >=4.6 && <4.7,
build-depends: base >=4.6 && <4.8,
parsec >=3.1 && <3.2,
mtl >=2.1 && <2.2,
pretty >= 1.1 && < 1.2
@ -40,7 +40,7 @@ Test-Suite Tests
type: exitcode-stdio-1.0
main-is: RunTests.lhs
hs-source-dirs: .,tools
Build-Depends: base >=4.6 && <4.7,
Build-Depends: base >=4.6 && <4.8,
parsec >=3.1 && <3.2,
mtl >=2.1 && <2.2,
pretty >= 1.1 && < 1.2,
@ -71,7 +71,7 @@ Test-Suite Tests
executable SQLIndent
main-is: SQLIndent.lhs
hs-source-dirs: .,tools
Build-Depends: base >=4.6 && <4.7,
Build-Depends: base >=4.6 && <4.8,
parsec >=3.1 && <3.2,
mtl >=2.1 && <2.2,
pretty >= 1.1 && < 1.2