-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable bootstrap script to download and use local unpacked dependencies
* bootstrap.sh can use local tarball, this change enhances it by using the unpacked local directory if that exists, so it's possible to play with a patch of a dependency locally. * a flag `--no-install` is added, so we can fetch and unpack all dependencies without actually installing them. this will allow us to later patch or build standalone cabal offline.
- Loading branch information
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters