Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@haskellworksci haskellworksci released this 03 Dec 11:10

Changes

  • Upgrade to haskell-build@4.1.8 by @newhoggy
  • Merge pull request #152 from haskell-works/upgrade-to-haskell-build@4.1.8 Upgrade to haskell-build@4.1.8 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