Skip to content

Commit

Permalink
Add com_google_absl to dependencies
Browse files Browse the repository at this point in the history
It is needed by com_google_protobuf.
  • Loading branch information
avdv committed May 14, 2024
1 parent 1ceb357 commit fc4f39a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ def rules_haskell_dependencies():
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v26.1.tar.gz",
],
)
maybe(
http_archive,
name = "com_google_absl",
urls = [
"https://github.com/abseil/abseil-cpp/releases/download/20240116.0/abseil-cpp-20240116.0.tar.gz",
],
sha256 = "338420448b140f0dfd1a1ea3c3ce71b3bc172071f24f4d9a57d59b45037da440",
)

maybe(
http_archive,
Expand Down

0 comments on commit fc4f39a

Please sign in to comment.