From 388fe3053a2ff5dbc52e8cdac62d7c7cbba059f1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 15 Aug 2015 09:43:14 -0700 Subject: Added note to CONTRIBUTING.md about ghc versions and travis. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75f412df0..b3581f376 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ----- -- cgit v1.2.3