Skip to content

Commit 0369263

Browse files
committed
Update rules_haskell hash in http_archive
1 parent 998d3f8 commit 0369263

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 = "d1f0e1bd4f1d5e248b2882bfdc7c31a146112f9d85b9d2f0ef77e78d02ecba45",
31+
sha256 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
3232
strip_prefix = "rules_haskell-0.19",
3333
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.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 = "d1f0e1bd4f1d5e248b2882bfdc7c31a146112f9d85b9d2f0ef77e78d02ecba45",
244+
sha256 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
245245
strip_prefix = "rules_haskell-0.19",
246246
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.tar.gz",
247247
)

0 commit comments

Comments
 (0)