packages feed

vinyl 0.14.1 → 0.14.2

raw patch · 4 files changed

+6/−1 lines, 4 files

Files

CHANGELOG.md view
@@ -1,3 +1,6 @@+# 0.14.2+- Export the `ToARec` class+ # 0.14.1 - Compatibility with `aeson` > 2.0 
Data/Vinyl/ARec.hs view
@@ -8,6 +8,7 @@ module Data.Vinyl.ARec   ( ARec -- Exported abstractly   , IndexableField+  , ToARec   , toARec   , fromARec   , aget
Data/Vinyl/ARec/Internal.hs view
@@ -39,6 +39,7 @@ --   * 1 word for the pointer to the element module Data.Vinyl.ARec.Internal   ( ARec (..)+  , ToARec   , IndexableField   , arec   , ARecBuilder (..)
vinyl.cabal view
@@ -1,5 +1,5 @@ name:                vinyl-version:             0.14.1+version:             0.14.2 synopsis:            Extensible Records -- description: license:             MIT