mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
Processing:
|
|
|
|
* Get list of core packages
|
|
* Add core packages as strict dependencies
|
|
* Load up package index
|
|
* Calculate matches using newest versions of packages
|
|
* Write out a YAML file with all that information
|
|
* Verify that the build plan can be compiled
|
|
* Optional: check with cabal-install as well
|
|
* Perform the build
|