From 10567f2e5adcd09631e98c41c213c6c575972cc2 Mon Sep 17 00:00:00 2001
From: Jesse Rosenthal <jrosenthal@jhu.edu>
Date: Fri, 2 Sep 2016 08:31:23 -0400
Subject: [PATCH] Bump supported ghc version in CONTRIBUTING.md.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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