From e1071c40b6db00be3d28021463fd4e0c39d8c2b2 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Thu, 18 Sep 2014 12:15:26 -0300 Subject: [PATCH] Bump versions. --- esqueleto.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/esqueleto.cabal b/esqueleto.cabal index 87ef124..42673ab 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -1,5 +1,5 @@ name: esqueleto -version: 2.0.0 +version: 2.0.1 synopsis: Type-safe EDSL for SQL queries on persistent backends. homepage: https://github.com/prowdsponsor/esqueleto license: BSD3 @@ -11,6 +11,8 @@ category: Database build-type: Simple cabal-version: >=1.8 description: + This version is a beta release that works with the persistent-2.0 beta. + . @esqueleto@ is a bare bones, type-safe EDSL for SQL queries that works with unmodified @persistent@ SQL backends. Its language closely resembles SQL, so you don't have to learn @@ -92,7 +94,7 @@ test-suite test , QuickCheck , hspec >= 1.8 , persistent-sqlite >= 2.0 && < 2.1 - , persistent-template >= 2.0 && < 2.1 + , persistent-template >= 2.0.3.2 && < 2.1 , monad-control , monad-logger >= 0.3 @@ -104,7 +106,7 @@ test-suite test postgresql-simple >= 0.2 , postgresql-libpq >= 0.6 , persistent-postgresql >= 2.0 - + cpp-options: -DWITH_POSTGRESQL if flag(mysql)