mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Indicate that extra packages are necessary for running Stackage #112
This commit is contained in:
parent
b4078ee49f
commit
82aa01c95a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user