generically

Generically newtype to use with DerivingVia

Version on this page:0.1.1@rev:1
LTS Haskell 22.18:0.1.1@rev:2
Stackage Nightly 2024-04-25: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:2b9b5efb6eea2fb65377565d53d85b0ccc5b37404fba4bef1d60277caa877e5e,1155

Module documentation for 0.1.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2023-03-28(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.