Closed ChinaXing closed 5 years ago
Make sure you run etlas install --dependencies-only
.
why build not install dependecies, just like stack's convention
Because unlike stack, we don't have curated package sets (yet). We may make install --dependencies-only
a default if there's enough demand for it.
@ChinaXing The actual default etlas build
(equivalent to cabal new-build
) installs dependencies by default so i think we can close this one.