All Versions
26
Latest Version
Avg Release Cycle
72 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.1 Changes
- ๐ Allow deriving
Functor
andFoldable
instances for datatypes containing unboxed tuples - Microoptimization in derived instances of higher-order versions of
Eq
,Ord
,Read
, andShow
- ๐ Allow deriving
-
v0.3 Changes
- โ Added
Data.Eq.Deriving
, which allows derivingEq
,Eq1
, andEq2
with TH. - โ Added
Data.Ord.Deriving
, which allows derivingOrd
,Ord1
, andOrd2
with TH. - โ Added
Data.Read.Deriving
, which allows derivingRead
,Read1
, andEq2
with TH. - ๐ Renamed
Text.Show.Deriving.Options
toShowOptions
so as to disambiguate it from the options datatypes in otherderiving-compat
modules.
- โ Added
-
v0.2.2 Changes
- ๐ Fixed a bug in
Text.Show.Deriving
's treatment of unlifted types
- ๐ Fixed a bug in
-
v0.2.1 Changes
- โ Added
Text.Show.Deriving
, which allows derivingShow
,Show1
, andShow2
with TH.
- โ Added
-
v0.2 Changes
- โ Added support for GHC 8.0
- โ Added
Data.Functor.Deriving
andData.Traversable.Deriving
, which allow derivingFunctor
andTraversable
with TH. - โ Added
Data.Deriving
, which reexports all other modules
-
v0.1 Changes
- ๐ Initial commit