@@ -42,10 +42,10 @@ def rules_haskell_dependencies():
4242 http_archive ,
4343 name = "bazel_skylib" ,
4444 urls = [
45- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
46- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
45+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
46+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
4747 ],
48- sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa " ,
48+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
4949 )
5050
5151 maybe (
@@ -117,10 +117,10 @@ def rules_haskell_dependencies():
117117 maybe (
118118 http_archive ,
119119 name = "com_google_protobuf" ,
120- sha256 = "87407cd28e7a9c95d9f61a098a53cf031109d451a7763e7dd1253abf8b4df422 " ,
121- strip_prefix = "protobuf-3.19.1 " ,
120+ sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae " ,
121+ strip_prefix = "protobuf-21.7 " ,
122122 urls = [
123- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.19.1 .tar.gz" ,
123+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.7 .tar.gz" ,
124124 ],
125125 )
126126
@@ -153,6 +153,15 @@ def rules_haskell_dependencies():
153153 strip_prefix = "zlib-1.3" ,
154154 urls = ["https://github.com/madler/zlib/archive/v1.3.tar.gz" ],
155155 )
156+ maybe (
157+ http_archive ,
158+ name = "rules_pkg" ,
159+ urls = [
160+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz" ,
161+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz" ,
162+ ],
163+ sha256 = "451e08a4d78988c06fa3f9306ec813b836b1d076d0f055595444ba4ff22b867f" ,
164+ )
156165
157166 # For --incompatible_disable_starlark_host_transitions support (default in bazel 7)
158167 # Temporarily overrides the rules_licence that comes with bazel to workaround
0 commit comments