Release v4.0.0
Changes
- Upgrade to [email protected] by @newhoggy
- Merge pull request #152 from haskell-works/[email protected] Upgrade to [email protected] by @newhoggy
- Support ghc-8.10.2 by @newhoggy
- Test with ghc-8.10.2 by @newhoggy
- Merge pull request #154 from haskell-works/tested-with-ghc-8.10.2 Tested with ghc 8.10.2 by @newhoggy
- Add statistics interval property by @phile314
- Use ByteString instead of String for stats callback This avoids the round-trip via String if one wants to pass the statistics JSON to aeson for further parsing. by @phile314
- Merge pull request #160 from phile314/stats_prop Add statistics interval property by @AlexeyRaga
- Merge pull request #159 from phile314/stats_bs Use ByteString instead of String for stats callback by @AlexeyRaga
- Wrap callbacks in newtype to make wrong usage harder by @phile314
- Merge pull request #161 from phile314/wrapper Wrap callbacks in newtype to make wrong usage harder by @AlexeyRaga
- Release v4.0.0 by @AlexeyRaga