Added note to CONTRIBUTING.md about ghc versions and travis.
This commit is contained in:
parent
0302330a27
commit
388fe3053a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue