mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-19 18:51:58 +01:00
Replace cabal-dev with cabal sandboxes
This commit is contained in:
parent
1e133c5e34
commit
3d41543645
10
README.md
10
README.md
@ -33,14 +33,14 @@ As this project is just starting, we don't really have a solid set of steps. In
|
|||||||
general, the following set of commands should be good for getting started:
|
general, the following set of commands should be good for getting started:
|
||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
cabal install cabal-dev
|
|
||||||
git clone https://github.com/fpco/stackage
|
git clone https://github.com/fpco/stackage
|
||||||
cd stackage
|
cd stackage
|
||||||
|
cabal sandbox init # requires cabal-install 1.18
|
||||||
cabal install --only-dependencies
|
cabal install --only-dependencies
|
||||||
runghc app/stackage.hs select
|
./dist/build/stackage/stackage select
|
||||||
runghc app/stackage.hs check
|
./dist/build/stackage/stackage check
|
||||||
runghc app/stackage.hs build # takes a *long* time
|
./dist/build/stackage/stackage build # takes a *long* time
|
||||||
runghc app/stackage.hs test # also takes a *long* time
|
./dist/build/stackage/stackage test # also takes a *long* time
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
-----
|
-----
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user