1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
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
-------
* Compiles warning-free on GHC 7.10
4.2.7.1
-------
* Use CPP
4.2.7
-----
* `Trustworthy` fixes for GHC 7.2
4.2.6
-----
* Re-export `(Data.Functor.$>)` rather than supply our own on GHC 7.8+
* Better SafeHaskell support.
* `instance Monoid m => ComonadTraced m ((->) m)`
4.2.5
-------
* Added a `MINIMAL` pragma to `Comonad`.
* Added `DefaultSignatures` support for `ComonadApply` on GHC 7.2+
4.2.4
-----
* Added Kenneth Foner's fixed point as `kfix`.
4.2.3
-----
* Add `Comonad` and `ComonadEnv` instances for `Arg e` from `semigroups 0.16.3` which can be used to extract the argmin or argmax.
4.2.2
-----
* `contravariant` 1.0 support
4.2.1
-----
* Added flags that supply unsupported build modes that can be convenient for sandbox users.
4.2
---
* `transformers 0.4` compatibility
4.1
---
* Fixed the 'Typeable' instance for 'Cokleisli on GHC 7.8.1
4.0.1
-----
* Fixes to avoid warnings on GHC 7.8.1
4.0
---
* Merged the contents of `comonad-transformers` and `comonads-fd` into this package.
3.1
---
* Added `instance Comonad (Tagged s)`.
3.0.3
-----
* Trustworthy or Safe depending on GHC version
3.0.2
-------
* GHC 7.7 HEAD compatibility
* Updated build system
|