build: update recommended Ubuntu package list

last still supported version to use ghc6 was lucid, so it is
better to refer instead to ghc 7 as used since precise
This commit is contained in:
Carlo Marcelo Arenas Belon 2013-09-01 21:46:32 -07:00
parent 31907ca51d
commit c229d3929a
1 changed files with 2 additions and 0 deletions

2
README
View File

@ -19,6 +19,8 @@ ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex.
To build the JSON interface and run the unit tests, it also requires QuickCheck2 and JSON.
On Ubuntu and similar, these are called:
ghc libghc-parsec3-dev libghc-json-dev libghc-regex-compat-dev libghc-quickcheck2-dev
For older releases of Ubuntu and similar use instead:
ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev
Executables can be built with cabal. Tests currently still rely on a Makefile.