Skip to content

Commit 9ab8ad7

Browse files
committed
Update release versions and checksum
1 parent c8bf82b commit 9ab8ad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
strip_prefix = "rules_haskell-0.13",
32-
urls = ["https://github.com/tweag/rules_haskell/archive/v0.13.tar.gz"],
33-
sha256 = "b4e2c00da9bc6668fa0404275fecfdb31beb700abdba0e029e74cacc388d94d6",
31+
strip_prefix = "rules_haskell-0.14",
32+
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
33+
sha256 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
3434
)
3535

3636
Picking a compiler

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ http_archive(
203203
name = "rules_haskell",
204204
strip_prefix = "rules_haskell-0.14",
205205
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
206-
# sha256 = "...",
206+
sha256 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
207207
)
208208
209209
load(

0 commit comments

Comments
 (0)