fix to work on ghc 7.8.4, 7.6.3, plus small tweaks
This commit is contained in:
parent
384bf5088f
commit
2938f642d3
5 changed files with 182 additions and 5 deletions
|
@ -3,9 +3,10 @@ version: 0.5.0
|
|||
synopsis: A parser for SQL.
|
||||
|
||||
description: A parser for SQL. Parses most SQL:2011
|
||||
queries, DML, schema/DDL, transaction control,
|
||||
session and access control. Please see the
|
||||
homepage for more information
|
||||
queries, non-query DML, DDL, access control,
|
||||
transaction management and session management
|
||||
syntax. Please see the homepage for more
|
||||
information
|
||||
<http://jakewheat.github.io/simple-sql-parser/>.
|
||||
|
||||
homepage: http://jakewheat.github.io/simple-sql-parser/
|
||||
|
@ -13,7 +14,7 @@ license: BSD3
|
|||
license-file: LICENSE
|
||||
author: Jake Wheat
|
||||
maintainer: jakewheatmail@gmail.com
|
||||
copyright: Copyright Jake Wheat 2013, 2014
|
||||
copyright: Copyright Jake dist/build/Tests/TestsWheat 2013, 2014, 2015
|
||||
category: Database,Language
|
||||
build-type: Simple
|
||||
extra-source-files: README,LICENSE,changelog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue