All Versions
21
Latest Version
Avg Release Cycle
133 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.9.0 Changes
- ๐ Allow deriving of Generic1 using Template Haskell
- ๐ Allow deriving of Generic(1) for data families
- ๐ Allow deriving of Generic(1) for constructor-less plain datatypes (but not data families, due to technical restrictions)
- ๐ Support for unboxed representation types on GHC 7.11+
- More
GCopoint
,GEnum
,GEq
,GFoldable
,GFunctor
,GIx
,GMonoid
,GShow
, andGTraversable
instances - The field accessors for the
(:+:)
type inGenerics.Deriving.Base
have been removed to be consistent withGHC.Generics
- ๐ฆ Ensure that TH generates definitions for isNewtype and packageName, if a recent-enough version of GHC is used
- Ensure that TH-generated names are unique for a given data type's module and package (similar in spirit to Trac #10487)
- ๐ Allow building on stage-1 compilers