mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 09:48:31 +01:00
Updated README a bit
This commit is contained in:
parent
aaf46e27fe
commit
488d8bafee
14
README.md
14
README.md
@ -7,3 +7,17 @@ A note about the codebase: the goal is to minimize dependencies and have
|
|||||||
the maximum range of supported compiler versions. Therefore, we avoid
|
the maximum range of supported compiler versions. Therefore, we avoid
|
||||||
anything "complicated." For example, instead of using the text package,
|
anything "complicated." For example, instead of using the text package,
|
||||||
we use Strings everywhere.
|
we use Strings everywhere.
|
||||||
|
|
||||||
|
Getting Started
|
||||||
|
---------------
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
|
cabal update
|
||||||
|
cabal install cabal-dev
|
||||||
|
git clone https://github.com/snoyberg/stackage
|
||||||
|
cd stackage
|
||||||
|
git submodule update --init # get the Haskell Platform files
|
||||||
|
runghc app/stackage.hs build # takes a *long* time
|
||||||
|
runghc app/stackage.hs init # modifies your ~/.cabal/config file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user