Skip to content

Commit

Permalink
Update revision in start script and docs/haskell-use-cases.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jul 22, 2022
1 parent 51919c7 commit dec279a
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",
strip_prefix = "rules_haskell-0.14",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334",
strip_prefix = "rules_haskell-0.15",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
#sha256 = "...",
)

Picking a compiler
Expand Down
6 changes: 3 additions & 3 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ load(
# Download rules_haskell and make it accessible as "@rules_haskell".
http_archive(
name = "rules_haskell",
strip_prefix = "rules_haskell-0.14",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334",
strip_prefix = "rules_haskell-0.15",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"],
#sha256 = "...",
)
load(
Expand Down

0 comments on commit dec279a

Please sign in to comment.