Skip to content

Commit

Permalink
Switch stack-bootstrap.yaml to the newer stack extra-deps syntax.
Browse files Browse the repository at this point in the history
Partial work towards google#332.
  • Loading branch information
judah committed Sep 7, 2019
1 parent b5802fc commit 89c7f29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stack-bootstrap.yaml
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

0 comments on commit 89c7f29

Please sign in to comment.