final text tweaks
This commit is contained in:
parent
bd85f2ba74
commit
5269cec38d
|
@ -120,6 +120,8 @@ Upload candidate to hackage, run a test with example using this package
|
||||||
|
|
||||||
If all good, release the candidate - a button on the hackage website.
|
If all good, release the candidate - a button on the hackage website.
|
||||||
|
|
||||||
|
Update the website
|
||||||
|
|
||||||
add a tag for the commit corresponding to the version:
|
add a tag for the commit corresponding to the version:
|
||||||
|
|
||||||
~~~~
|
~~~~
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
A parser for SQL in Haskell. Also includes a pretty printer which
|
A parser for SQL in Haskell. Also includes a pretty printer which
|
||||||
formats SQL.
|
formats SQL.
|
||||||
|
|
||||||
This is the documentation for version 0.7.0. Documentation for other
|
This is the documentation for version 0.8.0. Documentation for other
|
||||||
versions is available here:
|
versions is available here:
|
||||||
<http://jakewheat.github.io/simple-sql-parser/>.
|
<http://jakewheat.github.io/simple-sql-parser/>.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ Status: usable for parsing a substantial amount of SQL. Adding support
|
||||||
for new SQL is easy. Expect a little bit of churn on the AST types
|
for new SQL is easy. Expect a little bit of churn on the AST types
|
||||||
when support for new SQL features is added.
|
when support for new SQL features is added.
|
||||||
|
|
||||||
This version is tested with GHC 9.8.1, 9.6.4, and 9.4.8.
|
This version is tested with GHC 9.10.1, 9.8.2, 9.6.6.
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue