diff --git a/selda-json/selda-json.cabal b/selda-json/selda-json.cabal index 9887b8e..c9cd93a 100644 --- a/selda-json/selda-json.cabal +++ b/selda-json/selda-json.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: selda-json -version: 0.1.1.1 +version: 0.1.1.2 synopsis: JSON support for the Selda database library. description: Types and classes to support storing and querying JSON values using Selda via Aeson. diff --git a/selda-postgresql/selda-postgresql.cabal b/selda-postgresql/selda-postgresql.cabal index 3505bda..afdc6d8 100644 --- a/selda-postgresql/selda-postgresql.cabal +++ b/selda-postgresql/selda-postgresql.cabal @@ -1,5 +1,5 @@ name: selda-postgresql -version: 0.1.8.2 +version: 0.1.8.3 synopsis: PostgreSQL backend for the Selda database EDSL. description: PostgreSQL backend for the Selda database EDSL. Requires the PostgreSQL @libpq@ development libraries to be diff --git a/selda-sqlite/selda-sqlite.cabal b/selda-sqlite/selda-sqlite.cabal index 36e6fd1..b51d153 100644 --- a/selda-sqlite/selda-sqlite.cabal +++ b/selda-sqlite/selda-sqlite.cabal @@ -1,5 +1,5 @@ name: selda-sqlite -version: 0.1.7.2 +version: 0.1.7.3 synopsis: SQLite backend for the Selda database EDSL. description: Allows the Selda database EDSL to be used with SQLite databases.