persistable-record: bump.

This commit is contained in:
Kei Hibino 2018-03-26 00:39:31 +09:00
parent 779dfba5c8
commit 4afcc0af42
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
<!-- -*- Markdown -*- -->
## 0.6.0.3
- fix example of NameConfig customization.
## 0.6.0.2
- bugfix: pass correct table name to macro for field label defintion.

View File

@ -1,5 +1,5 @@
name: persistable-record
version: 0.6.0.2
version: 0.6.0.3
synopsis: Binding between SQL database values and haskell records.
description: This package contiains types to represent table constraints and
interfaces to bind between SQL database values and Haskell records.