Changelog of @hackage/first-class-instances 1.0.0.1

Changelog for first-class-instances

1.0.0.1

  • Use cabal-version: 2.4

1.0.0.0

  • Overhaul

    • FCI provides the core features for manipulating classes and instances.
    • FCI.Base applies these features to classes from the base standard library.
    • FCI.Unsafe exports (==>) which is unsafe.
    • FCI.TH exports extra options for mkDict

0.2.0.0

  • Remove Newtype [MR]
  • Add support for GHC 8.8 [MR]