mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 12:41:58 +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
|
cabal install cabal-dev
|
||||||
git clone https://github.com/fpco/stackage
|
git clone https://github.com/fpco/stackage
|
||||||
cd 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 select
|
||||||
runghc app/stackage.hs check
|
runghc app/stackage.hs check
|
||||||
runghc app/stackage.hs build # takes a *long* time
|
runghc app/stackage.hs build # takes a *long* time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user