Changelog of @hackage/monad-mock 0.2.0.0

0.2.0.0 (September 14th, 2017)

  • Control.Monad.Mock.TH is smarter about deriving instances for classes with superclass contexts: the derived context is based on superclasses rather than being hardcoded to Monad m.

0.1.1.2 (August 1st, 2017)

  • Added support for GHC 7.10.

0.1.1.1 (June 28th, 2017)

  • Added support for GHC 8.2.
  • Includes some minor documentation fixes.

0.1.1.0 (June 27th, 2017)

  • Added Control.Monad.Mock.TH, which provides functions for automatically generating actions using Template Haskell.

0.1.0.0 (June 23rd, 2017)

  • Initial release