AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update comonad to version 5.0.6. 5.0.6 [2019.11.26] - ----------------- * Achieve forward compatibility with [GHC proposal 229](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst).
- Drop obsolete group attributes.
- Update comonad to version 5.0.5. 5.0.5 [2019.05.02] - ----------------- * Raised the minimum `semigroups` version to 0.16.2. In addition, the package will only be required at all for GHCs before 8.0. * Drop the `contravariant` flag from `comonad.cabal`, as `comonad` no longer depends on the `contravariant` library.
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update comonad to version 5.0.4. 5.0.4 [2018.07.01] - ----------------- * Add `Comonad` instances for `Tagged s` with `s` of any kind. Before the change, `s` had to be of kind `*`. * Allow `containers-0.6`.
- Update comonad to version 5.0.3 revision 2. * Don't enable `Safe` on GHC 7.2. * Support `doctest-0.12`
- Update to version 5.0.1 with cabal2obs.
- Update to version 5 revision 0 with cabal2obs.
- Update to version 4.2.7.2 revision 0 with cabal2obs.
- update to 4.2.7.2 * Compiles warning-free on GHC 7.10 * Use CPP * Trustworthy fixes for GHC 7.2
- correct licence to BSD-2-Clause
- update to 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)`
- initial commit