Indicate that extra packages are necessary for running Stackage #112

This commit is contained in:
Michael Snoyman 2013-09-04 09:09:56 +03:00
parent b4078ee49f
commit 82aa01c95a

View File

@ -36,7 +36,7 @@ general, the following set of commands should be good for getting started:
cabal install cabal-dev
git clone https://github.com/fpco/stackage
cd stackage
git submodule update --init # get the Haskell Platform files
cabal install --only-dependencies
runghc app/stackage.hs select
runghc app/stackage.hs check
runghc app/stackage.hs build # takes a *long* time