aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-29 20:07:29 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-29 20:07:29 +0200
commit37523e54d595e6e3b4ce978d2c11f1cb11d9b693 (patch)
treec1e1ae56942973afda5d019290ceb68466ffbe40 /CONTRIBUTING.md
parentafb1241edcf74d47ee1c0e9f3ef1d2508f1901ea (diff)
downloadpandoc-37523e54d595e6e3b4ce978d2c11f1cb11d9b693.tar.gz
Update list of supported ghc versions.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 11a0c9c94..37c7be5a2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,13 +144,10 @@ 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.8.3 to the
+10. We aim for compatibility with ghc versions from 7.10.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
- 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.
+ `Tested-With` stanza of `pandoc.cabal`.
Tests
-----