Added note to CONTRIBUTING.md about ghc versions and travis.

This commit is contained in:
John MacFarlane 2015-08-15 09:43:14 -07:00
parent 0302330a27
commit 388fe3053a

View file

@ -132,6 +132,13 @@ Please follow these guidelines:
9. It is better not to introduce new dependencies. Dependencies on
external C libraries should especially be avoided.
10. We aim for compatibility with ghc versions from 7.4.2 to the
latest release. All pull requests and commits are tested
automatically on travis-ci.org, using several GHC versions.
We currently relax the "`-Wall` clean" requirement for GHC 7.10.x,
because there are so many warnings relating to the addition of
type classes to the Prelude.
Tests
-----