aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMerijn Verstraaten <merijn@inconsistent.nl>2017-10-04 16:03:13 +0200
committerAlexander Biehl <alexbiehl@gmail.com>2017-10-04 16:03:13 +0200
commit406030f2782590799e44470da7ca80e85f3cf026 (patch)
tree47f260c52b7289dbbd326b6f19cabcd23f1cf437 /CHANGES.md
parente99aefb50ca63e2dbcc95841efbb53cea90151d8 (diff)
Inhibit output of coverage information for hidden modules. (#687)
* Inhibit output of coverage information for hidden modules. * Add changelog entry.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3e3498c3..0b4ca29d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,9 @@
* to be released
+ * Haddock no longer reports coverage statistics for hidden modules. By default
+ cabal-install marks all package internal modules as hidden.
+
* Haddock now writes additional information about the documentation to `meta.json`
* Fix renaming of type variables after specializing instance method signatures (#613)