1
Fork 0

final text tweaks

This commit is contained in:
Jake Wheat 2024-10-08 15:34:28 +01:00
parent bd85f2ba74
commit 5269cec38d
2 changed files with 4 additions and 2 deletions

View file

@ -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.
Update the website
add a tag for the commit corresponding to the version:
~~~~

View file

@ -4,7 +4,7 @@
A parser for SQL in Haskell. Also includes a pretty printer which
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:
<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
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