Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion selda-json/selda-json.cabal
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion selda-postgresql/selda-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion selda-sqlite/selda-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading