packages feed

Frames-streamly 0.1.0.3 → 0.1.1.0

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Frames.Streamly.CSV: class StrictReadRec rs
+ Frames.Streamly.CSV: strictReadRec :: StrictReadRec rs => [Text] -> Rec (Either Text :. ElField) rs

Files

Changelog.md view
@@ -1,3 +1,6 @@+v0.1.1.0+* Added ```StrictReadRec``` class+ v0.1.0.3 * Bumped some upper bounds and raised the lower bound on relude 
Frames-streamly.cabal view
@@ -7,7 +7,7 @@ -- hash: f129113aa17f26529351746660f5b3ada35ea09fec7866ca91d25902f08ac8be  name:           Frames-streamly-version:        0.1.0.3+version:        0.1.1.0 synopsis:       A streamly layer for Frames I/O description:    More information is available in the <https://github.com/adamConnerSax/Frames-streamly/blob/master/Readme.md readme>.' category:       Data
src/Frames/Streamly/CSV.hs view
@@ -34,8 +34,10 @@ -} module Frames.Streamly.CSV     (+      -- * Strict version of ReadRec+      StrictReadRec (..)       -- * read from File to Stream of Recs-      readTable+    , readTable     , readTableOpt     , readTableMaybe     , readTableMaybeOpt