MIT licensed
Maintained by Michael Sloan
This version can be pinned in stack with:store-streaming-0.2.0.3@sha256:e8b6338c574582ec5d679f25cbc59bcde99774d3e7be8d4cb3703749769b78aa,2121

Module documentation for 0.2.0.3

Changes

ChangeLog

0.2.0.3

  • Test compilation fixed with network >= 3.

0.2.0.2

  • Now only depends on fail / semigroups shim for ghc < 8.

0.2.0.1

  • Now builds with GHC-7.10 - compatibility was broken in 0.6.0 due to the fix for GHC-8.8. See [#146][https://github.com/fpco/store/issues/146].

0.2.0.0

  • Now builds with GHC-8.8. This is a major version bump because MonadFail constraints were added to some functions, which is potentially a breaking change.

0.1.0.0

  • Data.Store.Streaming forked from store-0.4.3.2