diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-08-10 23:43:55 -0700 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-10-31 20:35:05 +0100 |
commit | aec8868cb317afb827e890faba4c80f3e1a574d7 (patch) | |
tree | df6ebfa37357f916de4d946a6fdfdbe25fd80e09 /CHANGES.md | |
parent | b4982d87f41d9a4d3f6237bacfd819145723e35b (diff) |
Supported reexported-modules via --reexport flag.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ * to be released + * A --reexport flag, which can be used to add extra modules to the + top-level module tree + * Haddock no longer reports coverage statistics for hidden modules. By default cabal-install marks all package internal modules as hidden. @@ -44,7 +47,7 @@ * Remove framed view of the HTML documentation -## Changes in version 2.17.2 +Changes in version 2.17.2 * Fix portability of documentation building within GHC |