diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-09-02 10:12:15 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-09-02 10:12:37 -0400 |
commit | e8f4f4903be9162bd18946b16364617320b21573 (patch) | |
tree | aa634e2537656e4792be1c4ef6f54169a9d82fdd | |
parent | 10567f2e5adcd09631e98c41c213c6c575972cc2 (diff) | |
download | pandoc-e8f4f4903be9162bd18946b16364617320b21573.tar.gz |
Add note about GHC version support to INSTALL.
Only supporting ghc > 7.8, and encouraging haskell platform.
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------- |