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:
parent
7057241974
commit
7a7f4ba7aa
7 changed files with 167 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue