aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-27 11:38:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-27 11:38:24 -0700
commit3ecc8d154b8c00263e1eff45450836087a7d0b80 (patch)
tree0d018a00971161c0f7cf0012458420bd5fd582e1 /CONTRIBUTING.md
parenta43c0bf54b80b8043a4205b46edc220eb7d2725e (diff)
downloadpandoc-3ecc8d154b8c00263e1eff45450836087a7d0b80.tar.gz
Drop support for ghc < 8.
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 334672b62..9db858814 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,7 +144,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.10.3 to the
+10. We aim for compatibility with ghc versions from 8.0 to the
latest release. All pull requests and commits are tested
automatically on CircleCI.