comonad 4.3 → 5
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~tagged
Dependency ranges changed: base, tagged
Files
- CHANGELOG.markdown +3/−3
- comonad.cabal +1/−1
CHANGELOG.markdown view
@@ -1,10 +1,10 @@-4.3--------+5+- * Removed module `Data.Functor.Coproduct` in favor of the `transformers` package's `Data.Functor.Sum`. n.b. Compatibility with older versions of `transformers` is possible using `transformers-compat`.- * Add `Comonad` instance for `Data.Functor.Sum.Sum`+* GHC 8 compatibility 4.2.7.2 -------
comonad.cabal view
@@ -1,6 +1,6 @@ name: comonad category: Control, Comonads-version: 4.3+version: 5 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE