forked from google/proto-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch stack-bootstrap.yaml to the newer stack extra-deps syntax.
Partial work towards google#332.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
resolver: lts-12.7 | ||
|
||
packages: | ||
- proto-lens-protoc | ||
|
||
# Build the current HEAD proto-lens-protoc against older revisions of proto-lens | ||
# and proto-lens-descriptors that are consistent with each other. | ||
- location: | ||
commit: master | ||
# To use the github master: | ||
git: https://github.com/google/proto-lens | ||
# To use the current repository: | ||
# git: ../.. # stack runs 'git clone' in a subdirectory | ||
extra-deps: | ||
- git: https://github.com/google/proto-lens | ||
# To use the current repository: | ||
# git: ../.. # stack runs 'git clone' in a subdirectory | ||
commit: master | ||
subdirs: | ||
- proto-lens | ||
extra-dep: True |