Bump version to 1.3.6.

This commit is contained in:
Felipe Lessa 2014-04-02 11:45:32 -03:00
parent 3ed5930063
commit 67522cecbc
No known key found for this signature in database
GPG Key ID: A764D1843E966829
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: esqueleto
version: 1.3.5
version: 1.3.6
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
homepage: https://github.com/meteficha/esqueleto
license: BSD3

View File

@ -482,6 +482,8 @@ unsafeSqlFunction name arg =
-- | (Internal) An unsafe SQL function to extract a subfield from a compound
-- field, e.g. datetime. See 'unsafeSqlBinOp' for warnings.
--
-- Since: 1.3.6.
unsafeSqlExtractSubField :: UnsafeSqlFunctionArgument a =>
TLB.Builder -> a -> SqlExpr (Value b)
unsafeSqlExtractSubField subField arg =