bifunctor-classes-compat

Compatibility package for the Bifunctor, Bifoldable, and Bitraversable classes

https://github.com/haskell-compat/bifunctor-classes-compat

LTS Haskell 24.27:0.1
Stackage Nightly 2026-01-12:0.1.1@rev:1
Latest on Hackage:0.1.1@rev:1

See all snapshots bifunctor-classes-compat appears in

BSD-3-Clause licensed by Edward A. Kmett
Maintained by Ryan Scott
This version can be pinned in stack with:bifunctor-classes-compat-0.1.1@sha256:2b42efafcaaa1c4a9b817c55ce18d51c077040f9f5f38c69ed348da3f909c488,2412

Module documentation for 0.1.1

There are no documented modules for this package.

Depends on 1 package(full list with versions):

bifunctor-classes-compat

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

Compatibility package for the Bifunctor, Bifoldable, and Bitraversable classes. See the bifunctors library for additional Bifunctor-related utilities.

Changes

Revision history for bifunctor-classes-compat

0.1.1 – 2026-01-10

  • Drop support for pre-8.0 versions of GHC.
  • Support building with MicroHs.

0.1 – 2023-01-29

  • Port the Bifunctor, Bifoldable, and Bitraversable classes from the bifunctors library into a smaller package with fewer dependencies.