Skip to content

Commit

Permalink
REMOVE test update on release
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent aad1f8d commit 2dd0fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/haskell-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ rules_haskell. To use a released version, do the following::

http_archive(
name = "rules_haskell",
sha256 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
strip_prefix = "rules_haskell-0.19",
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.tar.gz",
sha256 = "${{ steps.latest.outputs.hash }}",
strip_prefix = "rules_haskell-${{ steps.latest.outputs.version }}",
url = "https://github.com/tweag/rules_haskell/releases/download/v${{ steps.latest.outputs.version }}/rules_haskell-${{ steps.latest.outputs.version }}.tar.gz",
)

Picking a compiler
Expand Down
6 changes: 3 additions & 3 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ load(
# Download rules_haskell and make it accessible as "@rules_haskell".
http_archive(
name = "rules_haskell",
sha256 = "34742848a8882d94a0437b3b1917dea6f58c82fe5762afe8d249d3a36e51935d",
strip_prefix = "rules_haskell-0.19",
url = "https://github.com/tweag/rules_haskell/releases/download/v0.19/rules_haskell-0.19.tar.gz",
sha256 = "${{ steps.latest.outputs.hash }}",
strip_prefix = "rules_haskell-${{ steps.latest.outputs.version }}",
url = "https://github.com/tweag/rules_haskell/releases/v${{ steps.latest.outputs.version }}.tar.gz",
)
load(
Expand Down

0 comments on commit 2dd0fe5

Please sign in to comment.