Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some broken links (#15733) | Fangyi Zhou | 2018-11-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Summary: For links in subpackages as well. https://phabricator.haskell.org/D5257 Test Plan: Manually verify links Reviewers: mpickering, bgamari, osa1 Reviewed By: osa1 GHC Trac Issues: #15733 Differential Revision: https://phabricator.haskell.org/D5262 | ||||
* | Update Makefile for the new GHC build system | Ian Lynagh | 2009-07-05 | 1 | -69/+15 |
| | |||||
* | Fix the location of INPLACE_PKG_CONF; fixes the build | Ian Lynagh | 2009-01-11 | 1 | -1/+1 |
| | | | | Spotted by Conal Elliott | ||||
* | Compile with wrapper but remove it for dist-install | Clemens Fruhwirth | 2008-10-10 | 1 | -1/+8 |
| | |||||
* | Fix building haddock when GhcProfiled=YES | Ian Lynagh | 2008-09-28 | 1 | -1/+10 |
| | |||||
* | Fix the in-tree haddock on Windows | Ian Lynagh | 2008-09-21 | 1 | -1/+7 |
| | |||||
* | We need to tell haddock that its datasubdir is . or it can't find package.conf | Ian Lynagh | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | bindist fixes | Ian Lynagh | 2008-09-07 | 1 | -0/+13 |
| | |||||
* | Fix in-tree haddock on Windows | Ian Lynagh | 2008-08-29 | 1 | -2/+2 |
| | |||||
* | Don't use Cabal wrappers on Windows | Ian Lynagh | 2008-08-28 | 1 | -1/+6 |
| | |||||
* | Fixes for using haddock in a GHC build tree | Ian Lynagh | 2008-08-28 | 1 | -0/+21 |
| | |||||
* | Add a Makefile for GHC's build system. Still won't work yet, but we're closer | Ian Lynagh | 2008-08-14 | 1 | -0/+7 |
| | |||||
* | First cut of Cabal build system | simonmar | 2005-10-14 | 1 | -6/+0 |
| | |||||
* | [haddock @ 2003-09-10 08:23:48 by simonmar] | simonmar | 2003-09-10 | 1 | -1/+1 |
| | | | | | | Add doc subdir. Patch contributed by: Ian Lynagh <igloo@earth.li>. | ||||
* | [haddock @ 2002-04-29 15:56:39 by simonmar] | simonmar | 2002-04-29 | 1 | -5/+1 |
| | | | | Install the auxilliary bits | ||||
* | [haddock @ 2002-04-04 16:23:43 by simonmar] | simonmar | 2002-04-04 | 1 | -0/+10 |
This is Haddock, my stab at a Haskell documentation tool. It's not quite ready for release yet, but I'm putting it in the repository so others can take a look. It uses a locally modified version of the hssource parser, extended with support for GHC extensions and documentation annotations. |