generically

Generically newtype to use with DerivingVia

Version on this page:0.1.1
LTS Haskell 22.20:0.1.1@rev:2
Stackage Nightly 2024-05-04:0.1.1@rev:2
Latest on Hackage:0.1.1@rev:2

See all snapshots generically appears in

BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg Grenrus
This version can be pinned in stack with:generically-0.1.1@sha256:aa00d9a77b7fb90c08f935699758ed9de55975021b1e979c6a4a4b5b49a940a9,1133

Module documentation for 0.1.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2023-03-15(full list with versions):

This is a compatibility package as Generically and Generically1 newtypes are available since base-4.17 in GHC.Generics.

Changes

0.1.1 – 2023-03-10

  • Backport Eq and Ord instances for Generically1, which were introduced in base-4.18.0.0. To ensure that these instances are in scope when building with base-4.17.0.0 (in which Generically1 is defined in base, not this library), we also add a dependency on base-orphans.

0.1 – 2022-06-15

  • First version.