From 2e6f2fc3f2e6b5cd212a933a17f794b173efdbed Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Sat, 14 Mar 2015 16:15:37 +0200 Subject: [PATCH] update changelog --- Language/SQL/SimpleSQL/Syntax.lhs | 4 ++-- changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Language/SQL/SimpleSQL/Syntax.lhs b/Language/SQL/SimpleSQL/Syntax.lhs index b945610..d7d7e80 100644 --- a/Language/SQL/SimpleSQL/Syntax.lhs +++ b/Language/SQL/SimpleSQL/Syntax.lhs @@ -388,7 +388,7 @@ I'm not sure if this is valid syntax or not. > deriving (Eq,Show,Read,Data,Typeable) -> -- | Comment. Useful when geterating SQL code programmatically. -> data Comment = BlockComment String +> -- | Comment. Useful when generating SQL code programmatically. +> data Comment = BlockComment String > deriving (Eq,Show,Read,Data,Typeable) diff --git a/changelog b/changelog index 446ebfc..6e58ae1 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,8 @@ please email jakewheatmail@gmail.com or use the github bug tracker, https://github.com/JakeWheat/simple-sql-parser/issues. 0.4.1 (unreleased) simple demonstration of how dialects could be handled internally + add ability to add comments to syntax tree to help with generating + SQL code 0.4.0 (commit 7914898cc8f07bbaf8358d208469392346341964) now targets SQL:2011 update to ghc 7.8.2