aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-10 15:46:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-10 15:46:05 -0700
commit422606b06e5af3e6f1abb204cedb60cff1f311f2 (patch)
tree4d17c8ddd8af6336d00b68c8efbb50ba4ff00bb7 /CONTRIBUTING.md
parentecae35e9a6d4c83c458d5117c1c6f16874f254da (diff)
downloadpandoc-422606b06e5af3e6f1abb204cedb60cff1f311f2.tar.gz
Small tweak on CONTRIBUTING.md.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b3581f376..eff033057 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -134,10 +134,11 @@ Please follow these guidelines:
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.
+ automatically on travis-ci.org, using GHC versions in the
+ `Tested-With` stanza of `pandoc.cabal`. 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
-----