All Versions
26
Latest Version
Avg Release Cycle
72 days
Latest Release
-

Changelog History
Page 3

  • v0.3.1 Changes

    • ๐Ÿ‘ Allow deriving Functor and Foldable instances for datatypes containing unboxed tuples
    • Microoptimization in derived instances of higher-order versions of Eq, Ord, Read, and Show
  • v0.3 Changes

    • โž• Added Data.Eq.Deriving, which allows deriving Eq, Eq1, and Eq2 with TH.
    • โž• Added Data.Ord.Deriving, which allows deriving Ord, Ord1, and Ord2 with TH.
    • โž• Added Data.Read.Deriving, which allows deriving Read, Read1, and Eq2 with TH.
    • ๐Ÿ“‡ Renamed Text.Show.Deriving.Options to ShowOptions so as to disambiguate it from the options datatypes in other deriving-compat modules.
  • v0.2.2 Changes

    • ๐Ÿ›  Fixed a bug in Text.Show.Deriving's treatment of unlifted types
  • v0.2.1 Changes

    • โž• Added Text.Show.Deriving, which allows deriving Show, Show1, and Show2 with TH.
  • v0.2 Changes

    • โž• Added support for GHC 8.0
    • โž• Added Data.Functor.Deriving and Data.Traversable.Deriving, which allow deriving Functor and Traversable with TH.
    • โž• Added Data.Deriving, which reexports all other modules
  • v0.1 Changes

    • ๐ŸŽ‰ Initial commit