persistable-record 0.5.1.0 → 0.5.1.1
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +8/−0
- persistable-record.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,13 @@ <!-- -*- Markdown -*- --> +## 0.5.1.1++- Update this changelog.++## 0.5.1.0++- add class dependency from ToSql to PersistableWidth.+ ## 0.5.0.2 - add tested-with 8.2.1.
persistable-record.cabal view
@@ -1,5 +1,5 @@ name: persistable-record-version: 0.5.1.0+version: 0.5.1.1 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.