Skip to content

Commit 02a3a7d

Browse files
committed
Add com_google_absl to dependencies
It is needed by com_google_protobuf.
1 parent dc931d1 commit 02a3a7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

haskell/repositories.bzl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ def rules_haskell_dependencies():
135135
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
136136
],
137137
)
138+
maybe(
139+
http_archive,
140+
name = "com_google_absl",
141+
urls = [
142+
"https://github.com/abseil/abseil-cpp/releases/download/20240116.0/abseil-cpp-20240116.0.tar.gz",
143+
],
144+
sha256 = "338420448b140f0dfd1a1ea3c3ce71b3bc172071f24f4d9a57d59b45037da440",
145+
strip_prefix = "abseil-cpp-20240116.0",
146+
)
138147

139148
maybe(
140149
http_archive,

0 commit comments

Comments
 (0)