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

Module documentation for 0.1.1

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