Update src/Database/Esqueleto/Internal/Language.hs

Update release version to 2.8.0

Co-Authored-By: ibarrae <eibarra1992@hotmail.com>
This commit is contained in:
Matt Parsons 2019-04-18 15:03:36 -05:00 committed by GitHub
parent 86e4f557d6
commit c8eaa24e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ class (Functor query, Applicative query, Monad query) =>
-- | @BETWEEN@ operator
--
-- /Since: 2.6.0/
-- /Since: 2.8.0/
between :: PersistField typ => expr (Value typ) -> (expr (Value typ), expr (Value typ)) -> expr (Value Bool)