Changelog for continued-fractions-0.10.0.2
0.10.0.2
- Update link Travis CI build information in README from
travis-ci.org
to
travis-ci.com
because of this recent change.
0.10.0.1
- Remove unqualified imports from test module.
- Add README and CHANGES files to
extra-source-files
field in .cabal
file.
- Add
bug-reports
field to .cabal
file.
0.10.0.0
- Temporarily move project's repository from mokus0 to
rockbmb. This was a duplication, not a fork, so
users can create issues in the latter repository as well.
- Enable Travis CI to run tests for each build for the project's new repository.
- Increase lower bound for the Cabal version to be used when compiling this
project from
>=1.6
to >=1.10
.
- Change the supported GHC versions from the interval [7.0.4 .. 7.11] to
[8.0.2 .. 8.6.1].