aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 10:12:15 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 10:12:37 -0400
commite8f4f4903be9162bd18946b16364617320b21573 (patch)
treeaa634e2537656e4792be1c4ef6f54169a9d82fdd
parent10567f2e5adcd09631e98c41c213c6c575972cc2 (diff)
downloadpandoc-e8f4f4903be9162bd18946b16364617320b21573.tar.gz
Add note about GHC version support to INSTALL.
Only supporting ghc > 7.8, and encouraging haskell platform.
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 01747665d..9a582784d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,6 +8,9 @@ There are also binary installers for Windows and Mac OS X.
If you are installing the development version from github, see also:
https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc
+Please note that pandoc only supports [GHC] versions 7.8 and
+above. The easiest way to get GHC is by installing the [Haskell platform]
+
How to get the source
---------------------