Skip to content

Commit

Permalink
Prepare for merge of #1666
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Dec 20, 2021
1 parent 9ab8ad7 commit 82bf399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

[Unreleased]: https://github.com/tweag/rules_haskell/compare/v0.14...master

## [0.14.0] 2021-12-20
## [0.14.0] 2021-12-21

[0.14.0]: https://github.com/tweag/rules_haskell/compare/v0.13...v0.14

Expand Down
2 changes: 1 addition & 1 deletion docs/haskell-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rules_haskell. To use a released version, do the following::
name = "rules_haskell",
strip_prefix = "rules_haskell-0.14",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
sha256 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
# sha256 = "...",
)

Picking a compiler
Expand Down
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ http_archive(
name = "rules_haskell",
strip_prefix = "rules_haskell-0.14",
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
sha256 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
# sha256 = "...",
)
load(
Expand Down

0 comments on commit 82bf399

Please sign in to comment.