From 2dd0fe54287456cc1c6d9a135d46db14a62794ff Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Mon, 23 Sep 2024 11:00:45 +0200 Subject: [PATCH] REMOVE test update on release --- docs/haskell-use-cases.rst | 6 +++--- start | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/haskell-use-cases.rst b/docs/haskell-use-cases.rst index cd32a25b4..ef3ac763b 100644 --- a/docs/haskell-use-cases.rst +++ b/docs/haskell-use-cases.rst @@ -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 diff --git a/start b/start index e56ae1224..f3ba64adc 100755 --- a/start +++ b/start @@ -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(