packages feed

compensated-0.8: CHANGELOG.markdown

0.8 [2019.11.24]
----------------
* Support building with `log-domain-0.13` by removing the `Precise` superclass
  from `Compensable`. `log-domain-0.13` has removed the `Precise` class since
  its methods are now available in `Floating` as of `base-4.9`/GHC 8.0. As a
  result, this release drops support for earlier versions of `base`/GHC.

0.7.3 [2019.09.13]
------------------
* Allow building with `safecopy-0.10`.

0.7.2
-----
* Add a library dependency on the `doctests` test suite

0.7.1
-----
* Revamp `Setup.hs` to use `cabal-doctest`. This makes it build
  with `Cabal-2.0`, and makes the `doctest`s work with `cabal new-build` and
  sandboxes.

0.7
---
* Support for newer `bifunctors`, `cereal`, `deepseq`, `generic-deriving`, `semigroupoid` and `vector` dependencies.`

0.6
---
* Updated for `lens` 4.
* Bug fix in `(/=)`

0.4.1
-----
* Marked this package `Trustworthy`.

0.4
---
* Added `NFData` and `Serial` instances

0.3
---
* Major version bump due to large semantics change in `log-domain`.

0.2.0.1
-------
* Wider `generic-deriving` version bounds for GHC HEAD compatibility.

0.2
---
* Added a `Hashable` instance.

0.1.1.1
-------
* Wider `binary` version bounds.

0.1.1
-----
* Fixed a bug in the `Setup.lhs` `postHaddock` hook.
* Reformatted haddocks

0.1
---
* Split from [analytics](https://github.com/analytics/analytics)