Skip to content

Commit dec279a

Browse files
committed
Update revision in start script and docs/haskell-use-cases.rst
1 parent 51919c7 commit dec279a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/haskell-use-cases.rst

+3-3
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.14",
32-
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
33-
sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334",
31+
strip_prefix = "rules_haskell-0.15",
32+
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
33+
#sha256 = "...",
3434
)
3535

3636
Picking a compiler

start

+3-3
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ load(
201201
# Download rules_haskell and make it accessible as "@rules_haskell".
202202
http_archive(
203203
name = "rules_haskell",
204-
strip_prefix = "rules_haskell-0.14",
205-
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
206-
sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334",
204+
strip_prefix = "rules_haskell-0.15",
205+
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
206+
#sha256 = "...",
207207
)
208208
209209
load(

0 commit comments

Comments
 (0)