packages feed

esqueleto 1.3.11 → 1.3.12

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Database.Esqueleto.Internal.Sql: veryUnsafeCoerceSqlExprValueList :: SqlExpr (ValueList a) -> SqlExpr (Value a)

Files

esqueleto.cabal view
@@ -1,5 +1,5 @@ name:                esqueleto-version:             1.3.11+version:             1.3.12 synopsis:            Bare bones, type-safe EDSL for SQL queries on persistent backends. homepage:            https://github.com/meteficha/esqueleto license:             BSD3
src/Database/Esqueleto/Internal/Sql.hs view
@@ -42,6 +42,7 @@   , IdentInfo   , SqlSelect(..)   , veryUnsafeCoerceSqlExprValue+  , veryUnsafeCoerceSqlExprValueList   ) where  import Control.Applicative (Applicative(..), (<$>), (<$))