persistable-record: bump.

This commit is contained in:
Kei Hibino 2017-10-22 19:33:35 +09:00
parent 727bbaa286
commit 73a76b5ba6
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
<!-- -*- Markdown -*- -->
## 0.6.0.0
- divide and apply product-isomorphic interfaces.
## 0.5.1.1
- Update this changelog.
- update this changelog.
## 0.5.1.0
@ -14,11 +18,11 @@
## 0.5.0.1
- Use Haskell implementation test instead of flag test in .cabal
- use Haskell implementation test instead of flag test in .cabal
## 0.5.0.0
- Add generic instances of FromSql, ToSql and PersistableWidth.
- add generic instances of FromSql, ToSql and PersistableWidth.
## 0.4.1.1

View File

@ -1,5 +1,5 @@
name: persistable-record
version: 0.5.1.1
version: 0.6.0.0
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.