packages feed

comonad 3.0 → 3.0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Comonad.hs view
@@ -157,7 +157,7 @@ -- -- > (<*>) = (<@>) ----- Finally, if you choose to define ('\<\@') and (\'@\>@), the results of your+-- Finally, if you choose to define ('<@') and ('@>'), the results of your -- definitions should match the following laws: -- -- > a @> b = const id <$> a <@> b
comonad.cabal view
@@ -1,6 +1,6 @@ name:          comonad category:      Control, Comonads-version:       3.0+version:       3.0.0.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE