Commit graph

3 commits

Author SHA1 Message Date
pho
4d74cf7192 *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
pho
dc9a17bad2 Update to comonad-5.0.8
5.0.8 [2020.12.30]
* Explicitly mark modules as Safe or Trustworthy.
* 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.

5.0.7 [2020.12.15]
* Move FunctorWithIndex (TracedT m w) instance from lens. This
  instance depends on the indexed-traversable package. This can be
  disabled using the flag of the same name.
2021-04-23 07:45:58 +00:00
pho
a807c6e44e Import comonad-5.0.6 from wip
A Comonad is a Functor and provides duals of the Monad "return" and
">>=". Instead of wrapping, you can extract a value from a Comonad.
2020-01-03 04:36:38 +00:00