packages feed

jsonl-conduit 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

jsonl-conduit.cabal view
@@ -1,5 +1,5 @@ name:                jsonl-conduit-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Conduit interface to JSONL-encoded data description:         Streaming interface to JSONL-encoded files and bytestrings homepage:            https://github.com/unfoldml/jsonl-conduit@@ -26,7 +26,7 @@                      , conduit                      , jsonl >= 0.2                      -- debug-                     , hspec+                     -- , hspec  test-suite spec   default-language:    Haskell2010