Skip to content

Commit 7ebe26b

Browse files
committed
Update sha256 hash for v0.18 release tag
1 parent 6d1ff6c commit 7ebe26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/haskell-use-cases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rules_haskell. To use a released version, do the following::
2828

2929
http_archive(
3030
name = "rules_haskell",
31-
# sha256 = "",
31+
sha256 = "d1f0e1bd4f1d5e248b2882bfdc7c31a146112f9d85b9d2f0ef77e78d02ecba45",
3232
strip_prefix = "rules_haskell-0.18",
3333
url = "https://github.com/tweag/rules_haskell/releases/download/v0.18/rules_haskell-0.18.tar.gz",
3434
)

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ load(
241241
# Download rules_haskell and make it accessible as "@rules_haskell".
242242
http_archive(
243243
name = "rules_haskell",
244-
# sha256 = "",
244+
sha256 = "d1f0e1bd4f1d5e248b2882bfdc7c31a146112f9d85b9d2f0ef77e78d02ecba45",
245245
strip_prefix = "rules_haskell-0.18",
246246
url = "https://github.com/tweag/rules_haskell/releases/download/v0.18/rules_haskell-0.18.tar.gz",
247247
)

0 commit comments

Comments
 (0)