From 2ce60a211a6b90c9a7c2a19272b64fec5a3ad93d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Apr 2013 12:41:42 -0700 Subject: [PATCH] docs: note current GHC version requirements in install guide --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 692bff797..b80cc8b9b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,9 +39,9 @@ This is the most common way to install hledger, but not always the easiest; use the troubleshooting tips below if needed. Ensure you have [GHC](http://hackage.haskell.org/ghc/) or -the [Haskell Platform](http://hackage.haskell.org/platform/) installed -(GHC 7.0 or greater) -then install the hledger command-line tool: +the [Haskell Platform](http://hackage.haskell.org/platform/) installed. +hledger currently requires GHC 7.2 or greater, and hledger-web requires GHC 7.4 or greater. +Then install the hledger command-line tool: $ cabal update $ cabal install hledger [--dry-run]