Skip to content

Commit 2dd0fe5

Browse files
committed
REMOVE test update on release
1 parent aad1f8d commit 2dd0fe5

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 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
32-
strip_prefix = "rules_haskell-0.19",
33-
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.tar.gz",
31+
sha256 = "${{ steps.latest.outputs.hash }}",
32+
strip_prefix = "rules_haskell-${{ steps.latest.outputs.version }}",
33+
url = "https://github.com/tweag/rules_haskell/releases/download/v${{ steps.latest.outputs.version }}/rules_haskell-${{ steps.latest.outputs.version }}.tar.gz",
3434
)
3535

3636
Picking a compiler

start

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ load(
251251
# Download rules_haskell and make it accessible as "@rules_haskell".
252252
http_archive(
253253
name = "rules_haskell",
254-
sha256 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
255-
strip_prefix = "rules_haskell-0.19",
256-
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.tar.gz",
254+
sha256 = "${{ steps.latest.outputs.hash }}",
255+
strip_prefix = "rules_haskell-${{ steps.latest.outputs.version }}",
256+
url = "https://github.com/tweag/rules_haskell/releases/v${{ steps.latest.outputs.version }}.tar.gz",
257257
)
258258
259259
load(

0 commit comments

Comments
 (0)