Skip to content

Commit 15aba7b

Browse files
committed
Set revision to release-0.16 branch, remove checksum
1 parent 2fd305d commit 15aba7b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/haskell-use-cases.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ rules_haskell. To use a released version, do the following::
2828

2929
http_archive(
3030
name = "rules_haskell",
31-
strip_prefix = "rules_haskell-0.15",
32-
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
33-
sha256 = "aba3c16015a2363b16e2f867bdc5c792fa71c68cb97d8fe95fddc41e409d6ba8",
31+
strip_prefix = "rules_haskell-release-0.16",
32+
urls = ["https://github.com/tweag/rules_haskell/archive/refs/heads/release-0.16.zip"],
3433
)
3534

3635
Picking a compiler

start

+2-3
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,8 @@ load(
205205
# Download rules_haskell and make it accessible as "@rules_haskell".
206206
http_archive(
207207
name = "rules_haskell",
208-
strip_prefix = "rules_haskell-0.15",
209-
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
210-
sha256 = "aba3c16015a2363b16e2f867bdc5c792fa71c68cb97d8fe95fddc41e409d6ba8",
208+
strip_prefix = "rules_haskell-release-0.16",
209+
urls = ["https://github.com/tweag/rules_haskell/archive/refs/heads/release-0.16.zip"],
211210
)
212211
213212
load(

0 commit comments

Comments
 (0)