We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
com_google_absl
1 parent dc931d1 commit 02a3a7dCopy full SHA for 02a3a7d
haskell/repositories.bzl
@@ -135,6 +135,15 @@ def rules_haskell_dependencies():
135
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
136
],
137
)
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
+ )
147
148
maybe(
149
http_archive,
0 commit comments