Building asclepias packages
see the Usage Guide.
The asclepias repository is organized using a multiple project setup.
Some of the subdirectories of the repository
such as hasklepias-core, hasklepias-main, etc.
contain a Cabal package that we call a "project" or "sub-project".
Figure 1. Package dependency graph
We can choose which subset of projects to build,
including theentire asclepias project,
using the cabal build command as outlined in the Usage Guide.
|
.Best Practice
Build the entire |