BSD-3-Clause licensed by Edward Kmett, Oleg Grenrus
Maintained by Ryan Scott
This version can be pinned in stack with:foldable1-classes-compat-0.1.2@sha256:bbd797c1bb15c5bb5298a875185ec1380e72a8702a3efe24fff4d1b00b947130,2937

Module documentation for 0.1.2

There are no documented modules for this package.

Depends on 3 packages(full list with versions):
Used by 2 packages in nightly-2025-07-01(full list with versions):

foldable1-classes-compat

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

A compatibility package for the Foldable1 and Bifoldable1 type classes, which were introduced in base-4.18.0.0 (GHC 9.6.1). For more information, see this Core Libraries Committee proposal.

Foldable1 and Bifoldable1 classify non-empty data structures that can be folded to a summary value.

Changes

Revision history for foldable1-classes-compat

0.1.2 – 2025-06-17

  • Replace test-framework with tasty in the test suite.

0.1.1 – 2024-12-05

  • Drop support for pre-8.0 versions of GHC.

0.1 – 2023-02-24

  • Backport the Foldable1 and Bifoldable1 type classes that were introduced in base-4.18.0.0 (GHC 9.6).