Skip to content

Commit 1191ebf

Browse files
committed
CHANGELOG.md: Implement @regnat's suggestion, merging entries of PRs 1200 and 1102
1 parent cb537c2 commit 1191ebf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ nothing yet
3030
* `haskell_cabal_library`, `haskell_cabal_binary`, and `stack_snapshot`
3131
now have a `verbose` argument, to allow suppressing their output.
3232
See [#1208](https://github.com/tweag/rules_haskell/pull/1208).
33-
* `haskell_cabal_library` and `stack_snapshot` now have a
34-
Boolean parameter `haddock` to specify whether haddock generation
35-
should be performed (defaulted to `True`).
36-
See [#1200](https://github.com/tweag/rules_haskell/pull/1200)
33+
* `haskell_cabal_library` and `stack_snapshot` now build the Haddock
34+
documentation if the parameter `haddock` is set to `True` (the default).
35+
See [#1102](https://github.com/tweag/rules_haskell/pull/1102) and
36+
[#1200](https://github.com/tweag/rules_haskell/pull/1200).
3737
* Added support for GHC bindist versions `8.8.3`, `8.8.2`, and `8.8.1`.
3838
* Windows: support for `cabal`
3939
See [#1133](https://github.com/tweag/rules_haskell/pull/1133).
40-
* `haskell_cabal_library` now builds and exports haddock documentation
41-
See [#1102](https://github.com/tweag/rules_haskell/pull/1102).
4240
* rules_haskell now depends on [rules_sh](https://github.com/tweag/rules_sh),
4341
a toolchain for common shell commands.
4442
See [#1117](https://github.com/tweag/rules_haskell/pull/1117),

0 commit comments

Comments
 (0)