vinyl 0.13.2 → 0.13.3
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +5/−1
- vinyl.cabal +1/−1
CHANGELOG.md view
@@ -1,4 +1,8 @@-# 0.14.0+# 0.13.3+- Fixed CHANGELOG entry for 0.13.2: it referred to version 0.14.0+- Relax bounds on `hspec`++# 0.13.2 - Removed aput and alens from Data.Vinyl.ARec. They were used internally, but their type is unsound. # 0.13.1
vinyl.cabal view
@@ -1,5 +1,5 @@ name: vinyl-version: 0.13.2+version: 0.13.3 synopsis: Extensible Records -- description: license: MIT