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.
1 parent 962c297 commit c33f9faCopy full SHA for c33f9fa
haskell/repositories.bzl
@@ -155,7 +155,7 @@ def rules_haskell_dependencies():
155
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
156
sha256 = "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0",
157
strip_prefix = "zlib-1.3",
158
- urls = ["https://github.com/madler/zlib/archive/v1.3.tar.gz"],
+ urls = ["https://github.com/madler/zlib/archive/v1.3.1.tar.gz"],
159
)
160
maybe(
161
http_archive,
rules_haskell_tests/MODULE.bazel
@@ -86,7 +86,7 @@ bazel_dep(
86
87
bazel_dep(
88
name = "zlib",
89
- version = "1.3",
+ version = "1.3.1.bcr.1",
90
91
92
ghc_version = use_extension("@rules_haskell//extensions:ghc_version.bzl", "ghc_default_version")
0 commit comments