Skip to content

Commit fc4f39a

Browse files
committed
Add com_google_absl to dependencies
It is needed by com_google_protobuf.
1 parent 1ceb357 commit fc4f39a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

haskell/repositories.bzl

+8
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ def rules_haskell_dependencies():
127127
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v26.1.tar.gz",
128128
],
129129
)
130+
maybe(
131+
http_archive,
132+
name = "com_google_absl",
133+
urls = [
134+
"https://github.com/abseil/abseil-cpp/releases/download/20240116.0/abseil-cpp-20240116.0.tar.gz",
135+
],
136+
sha256 = "338420448b140f0dfd1a1ea3c3ce71b3bc172071f24f4d9a57d59b45037da440",
137+
)
130138

131139
maybe(
132140
http_archive,

0 commit comments

Comments
 (0)