merge minor updates for relational-query-0.12.2.x

This commit is contained in:
Kei Hibino 2020-05-23 13:31:33 +09:00
commit 759b3d7cea
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
<!-- -*- Markdown -*- -->
## 0.12.2.3
- update for GHC 8.8.x.
- apply compat interface packages of TH.
## 0.12.2.2
- bugfix. fix record width of fromMaybe.

View File

@ -1,5 +1,5 @@
name: relational-query
version: 0.12.2.2
version: 0.12.2.3
synopsis: Typeful, Modular, Relational, algebraic query engine
description: This package contiains typeful relation structure and
relational-algebraic query building DSL which can

View File

@ -1,5 +1,10 @@
<!-- -*- Markdown -*- -->
## 0.1.8.0
- update for GHC 8.8.x.
- allow more type-categories of PostgreSQL.
## 0.1.7.0
- adjust sub-directory modules of each DBMS to top module name.

View File

@ -1,5 +1,5 @@
name: relational-schemas
version: 0.1.7.0
version: 0.1.8.0
synopsis: RDBMSs' schema templates for relational-query
description: This package contains some RDBMSs' schema structure definitions.
.