1
Fork 0

add note about older ghc versions

This commit is contained in:
Jake Wheat 2019-07-08 18:40:55 +01:00
parent 525a1a8652
commit c5b8df7e2f
3 changed files with 3 additions and 17 deletions

View file

@ -1,5 +1,5 @@
0.5.0 (not released yet, updated to commit 8e9b9edd0c293b67197e5679e728653477ecafc6)
update to work with ghc 8.6.5
0.5.0
update to work with ghc 8.6.5, also tested with 8.4.4 and 8.2.1
rename some of the modules Lexer -> Lex, Parser -> Parse
add a separate lexer to simplify code and speed up parsing
replace SqlIndent with new tool, SimpleSqlParserTool (amazing