mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-08 14:26:33 +03:00
persistable-record: bump.
This commit is contained in:
parent
727bbaa286
commit
73a76b5ba6
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user