File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
tests/repl-targets/hs_lib_repl_test Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ cc_library(
32
32
}),
33
33
)
34
34
""" ,
35
- sha256 = "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0 " ,
36
- strip_prefix = "zlib-1.3" ,
37
- urls = ["https://github.com/madler/zlib/archive/ v1.3.tar.gz" ],
35
+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
36
+ strip_prefix = "zlib-1.3.1 " ,
37
+ urls = ["https://github.com/madler/zlib/releases/download/ v1.3.1/zlib-1.3.1 .tar.gz" ],
38
38
)
39
39
40
40
# Demonstrates a vendored Stackage package to bump a version bound.
Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ def rules_haskell_dependencies():
153
153
http_archive ,
154
154
name = "zlib" ,
155
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.1.tar.gz" ],
156
+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
157
+ strip_prefix = "zlib-1.3.1 " ,
158
+ urls = ["https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1 .3.1.tar.gz" ],
159
159
)
160
160
maybe (
161
161
http_archive ,
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ cc_library(
100
100
linkstatic = is_darwin,
101
101
)
102
102
""" ,
103
- sha256 = "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0 " ,
104
- strip_prefix = "zlib-1.3" ,
105
- urls = ["https://github.com/madler/zlib/archive/ v1.3.tar.gz" ],
103
+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
104
+ strip_prefix = "zlib-1.3.1 " ,
105
+ urls = ["https://github.com/madler/zlib/releases/download/ v1.3.1/zlib-1.3.1 .tar.gz" ],
106
106
)
107
107
108
108
def _non_module_deps_impl (_ctx ):
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ cc_library(
98
98
linkstatic = is_darwin,
99
99
)
100
100
""" ,
101
- sha256 = "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0 " ,
102
- strip_prefix = "zlib-1.3" ,
103
- urls = ["https://github.com/madler/zlib/archive/ v1.3.tar.gz" ],
101
+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
102
+ strip_prefix = "zlib-1.3.1 " ,
103
+ urls = ["https://github.com/madler/zlib/releases/download/ v1.3.1/zlib-1.3.1 .tar.gz" ],
104
104
)
105
105
106
106
load ("@rules_haskell//haskell:cabal.bzl" , "stack_snapshot" )
Original file line number Diff line number Diff line change 291
291
http_archive(
292
292
name = "zlib.dev",
293
293
build_file = "//:${ZLIB_BUILD_FILE} ",
294
- sha256 = "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0 ",
295
- strip_prefix = "zlib-1.3",
296
- urls = ["https://github.com/madler/zlib/archive/ v1.3.tar.gz"],
294
+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 ",
295
+ strip_prefix = "zlib-1.3.1 ",
296
+ urls = ["https://github.com/madler/zlib/releases/download/ v1.3.1/zlib-1.3.1 .tar.gz"],
297
297
)
298
298
EOF
299
299
;;
You can’t perform that action at this time.
0 commit comments