Skip to content

Commit 82bf399

Browse files
committed
Prepare for merge of #1666
1 parent 9ab8ad7 commit 82bf399

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
88

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

11-
## [0.14.0] 2021-12-20
11+
## [0.14.0] 2021-12-21
1212

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

docs/haskell-use-cases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rules_haskell. To use a released version, do the following::
3030
name = "rules_haskell",
3131
strip_prefix = "rules_haskell-0.14",
3232
urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"],
33-
sha256 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
33+
# sha256 = "...",
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 = "e80eb2932fa2b16229fffcc9fef3e9aabe7c6fb0ff3779594966bebed0f95b20",
206+
# sha256 = "...",
207207
)
208208
209209
load(

0 commit comments

Comments
 (0)