Skip to content

Commit 1a1fa68

Browse files
committed
Set revision to 0.18 and use release tarballs
1 parent 943d6dc commit 1a1fa68

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/haskell-use-cases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ rules_haskell. To use a released version, do the following::
2828

2929
http_archive(
3030
name = "rules_haskell",
31-
sha256 = "298f6f0db23391274b4eca215daa01797d05699469048ef94540d5829b466377",
32-
strip_prefix = "rules_haskell-0.17",
33-
url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.17.tar.gz",
31+
# sha256 = "",
32+
strip_prefix = "rules_haskell-0.18",
33+
url = "https://github.com/tweag/rules_haskell/releases/download/v0.18/rules_haskell-0.18.tar.gz",
3434
)
3535

3636
Picking a compiler

start

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ load(
241241
# Download rules_haskell and make it accessible as "@rules_haskell".
242242
http_archive(
243243
name = "rules_haskell",
244-
sha256 = "298f6f0db23391274b4eca215daa01797d05699469048ef94540d5829b466377",
245-
strip_prefix = "rules_haskell-0.17",
246-
url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.17.tar.gz",
244+
# sha256 = "",
245+
strip_prefix = "rules_haskell-0.18",
246+
url = "https://github.com/tweag/rules_haskell/releases/download/v0.18/rules_haskell-0.18.tar.gz",
247247
)
248248
249249
load(

0 commit comments

Comments
 (0)