1
Fork 0

update changelog

This commit is contained in:
Jake Wheat 2015-03-14 16:15:37 +02:00
parent db00d50d92
commit 2e6f2fc3f2
2 changed files with 4 additions and 2 deletions
Language/SQL/SimpleSQL

View file

@ -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)