[commit: ghc] wip/nfs-locking: Add --haddock flag. (52b915f)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:17:56 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/52b915f9193a726c4a93ccea5e22ebfedcafbe3f/ghc

>---------------------------------------------------------------

commit 52b915f9193a726c4a93ccea5e22ebfedcafbe3f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Feb 7 02:42:27 2016 +0000

    Add --haddock flag.
    
    See #98. [skip ci]


>---------------------------------------------------------------

52b915f9193a726c4a93ccea5e22ebfedcafbe3f
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 37a144e..35f8ac3 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,7 @@ don't have to do it manually. Beware, this uses network I/O which may sometimes
 undesirable.
 * `--flavour=FLAVOUR`: choose a build flavour. Two settings are currently supported:
 `default` and `quick` (adds `-O0` flag to all GHC invocations speeding up builds by 3x).
+* `--haddock`: build Haddock documentation.
 * `--progress-info=STYLE`: choose how build progress info is printed. There are four
 settings: `none`, `brief` (one line per build command), `normal` (typically a box per
 build command; this is the default setting), and `unicorn` (when `normal` just won't do).
@@ -98,8 +99,8 @@ Current limitations
 -------------------
 The new build system still lacks many important features:
 * We only build `vanilla` way: [#4][dynamic-issue], [#186][profiling-issue].
-* Documentation is broken: [#98][haddock-issue].
 * Validation is not implemented: [#187][validation-issue].
+* Only HTML Haddock documentation is supported (use `--haddock` flag). 
 * Build flavours and conventional command line flags are not implemented: [#188][flavours-issue].
 * Cross-compilation is not implemented: [#177][cross-compilation-issue].
 
@@ -138,7 +139,6 @@ helped me endure and enjoy the project.
 [test-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/197
 [dynamic-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/4
 [profiling-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/186
-[haddock-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/98
 [validation-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/187
 [flavours-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/188
 [cross-compilation-issue]: https://github.com/snowleopard/shaking-up-ghc/issues/177



More information about the ghc-commits mailing list