d0e8277b90
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. - Update generic-deriving to version 1.12.2. # 1.12.2 [2018.06.28] * Backport the `Generic(1)` instances for `Data.Ord.Down`, introduced in `base-4.12`. Add `GEq`, `GShow`, `GSemigroup`, `GMonoid`, `GFunctor`, `GFoldable`, `GTraversable`, and `GCopoint` instances for `Down`. * Refactor internals using `th-abstraction`. * Adapt to `Maybe` moving to `GHC.Maybe` in GHC 8.6. Foldable, Traversable, Alternative, and Monad instances for U1 lazier to correspond with base-4.9 MonadZip, Foldable, Traversable, and Data instances (introduced in base-4.9) for datatypes in the Generics.Deriving.Base module a bug with deriving Generic1 instances on GHC 7.8, and makes it easier to derive Generic1 instances for datatypes that utilize GHC 8.0's -XTypeInType extension. instance with explicit kind signatures in the presence of kind-polymorphic type variables. This is necessary for some datatypes that use -XTypeInType to have derived Generic(1) instances, but is not turned on by default since the TH kind inference is not perfect and would cause otherwise valid code to be rejected. Use only if you know what you are doing. incorrect Generic instances instances for datatypes introduced in GHC 8.0 for Complex (base-4.4 and later) ExitCode, and Version; and Generic1 instances for Complex (base-4.4 and later) and Proxy (base-4.7 and later). Added GEnum, GEq, GFoldable, GFunctor, GIx, GShow, and GTraversable instances for these datatypes where appropriate. OBS-URL: https://build.opensuse.org/request/show/623777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-generic-deriving?expand=0&rev=9 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
generic-deriving-1.12.2.tar.gz | ||
generic-deriving.cabal | ||
ghc-generic-deriving.changes | ||
ghc-generic-deriving.spec |