record 0.2.2 → 0.3.0
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- CHANGELOG.md +4/−0
- record.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0+* A bit of type renaming+* Intances of `Storable`+ # 0.2.1 * Parsing of qualified identifiers
record.cabal view
@@ -1,7 +1,7 @@ name: record version:- 0.2.2+ 0.3.0 synopsis: First class records implemented with quasi-quotation description: