summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 08:31:23 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:10 -0400
commit10567f2e5adcd09631e98c41c213c6c575972cc2 (patch)
tree2f91a0035bc3f7194af6d6abb7e90373c0de4a87 /CONTRIBUTING.md
parenteee780b943e502bba8514a122bc403248b82832d (diff)
Bump supported ghc version in CONTRIBUTING.md.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 31d786214..97976fa09 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -132,7 +132,7 @@ 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
+10. We aim for compatibility with ghc versions from 7.8.3 to the
latest release. All pull requests and commits are tested
automatically on travis-ci.org, using GHC versions in the
`Tested-With` stanza of `pandoc.cabal`. We currently relax