BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:folds-0.7.8@sha256:9d259a317efa92e28719d37e8e5253cd2e5087a4b8e5fa289b442fde1e674f8d,3099

folds

Hackage Build Status

A playground for working with different kinds of comonadic folds.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.7.8 [2022.05.18]

  • Allow building with mtl-2.3.* and transformers-0.6.*.

0.7.7 [2021.11.16]

  • Drop support for pre-8.0 versions of GHC.

0.7.6 [2021.02.17]

  • Allow building with lens-5.*.
  • The build-type has been changed from Custom to Simple. To achieve this, the doctests test suite has been removed in favor of using cabal-docspec to run the doctests.

0.7.5 [2019.09.27]

  • Remove the hlint test suite in favor of running hlint directly on CI.

0.7.4

  • Add a library dependency on the doctests test suite

0.7.3

  • Ensure that HLint.hs is shipped with the library

0.7.2

  • Revamp Setup.hs to use cabal-doctest. This makes it build with Cabal-2.0, and makes the doctests work with cabal new-build and sandboxes.

0.7.1

  • Support pointed 5
  • Support transformers 0.5
  • Support comonad 5
  • Support GHC 8
  • Cleaned up the new warnings caused by profunctors 5.2

0.7

  • Folds are closed, corepresentable profunctors. This observation supplies us with many additional useful instances.

0.6.3

  • reflection 2 support
  • Compiles warning-free on GHC 7.10

0.6.2

  • contravariant 1.0 support

0.6.1

  • Fixed bugs in several of the Arrow instances.

0.6

  • Lazier R1.
  • MonadZip instances

0.5.1

  • Lazier R.

0.5.0.1

  • Restore compatibility with GHC < 7.8

0.5

  • lens 4 compatibility

0.1

  • Repository Initialized