Skip to content

Commit

Permalink
Use executable aliases for protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Jun 4, 2020
1 parent f7dcf5f commit 08bdfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haskell/protobuf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def haskell_proto_toolchain(
haskell_proto_toolchain(
name = "protobuf-toolchain",
protoc = "@com_google_protobuf//:protoc",
plugin = "@stackage//proto-lens-protoc_exe_proto-lens-protoc",
plugin = "@stackage-exe//proto-lens-protoc",
deps = [
"base",
"bytestring",
Expand Down
2 changes: 1 addition & 1 deletion tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ haskell_doctest_toolchain(
haskell_proto_toolchain(
name = "protobuf-toolchain",
testonly = 0,
plugin = "@stackage//:proto-lens-protoc_exe_proto-lens-protoc",
plugin = "@stackage-exe//proto-lens-protoc",
protoc = "@com_google_protobuf//:protoc",
tags = [
"requires_proto",
Expand Down

0 comments on commit 08bdfdb

Please sign in to comment.