Skip to content

Commit

Permalink
Add dependency proto3-suite for Setup.hs (#9917)
Browse files Browse the repository at this point in the history
The Setup.hs attempts to call out to programs installed by `proto3-suite` to generate code based off the proto files.
There should be a `setup-depends:` on `proto3-suite`.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
tmcgilchrist authored Jun 8, 2021
1 parent c77324d commit 5374209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/build_hs_lf_tooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ custom-setup
Cabal,
directory,
filepath,
process
process,
proto3-suite
library
default-language: Haskell2010
Expand Down

0 comments on commit 5374209

Please sign in to comment.