Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render (signature) only if it actually is a signature! | Edward Z. Yang | 2017-04-22 | 1 | -2/+5 |
| | | | | | | I forgot a conditional, oops! Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | Merge pull request #568 from awson/ghc-head | Alex Biehl | 2017-03-23 | 1 | -1/+1 |
|\ | | | | | Prevent GHC API from doing optimization passes. | ||||
| * | Prevent GHC API from doing optimization passes. | Kyrill Briantsev | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | haddock-api: Bump bound on GHC | Ben Gamari | 2017-03-23 | 1 | -1/+1 |
| | | |||||
* | | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEAD | Ben Gamari | 2017-03-23 | 25 | -196/+164 |
|\ \ | |||||
| * | | Fix rendering of class methods for Eq and Ord | Bartosz Nitka | 2016-09-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | See #549 and GHC issue #12519 (cherry picked from commit 073d899a8f94ddec698f617a38d3420160a7fd0b) | ||||
| * | | Merge pull request #538 from massysett/master | Mateusz Kowalczyk | 2016-08-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Add $ as a special character | ||||
| | * | | Add $ as a special character | Omari Norman | 2016-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If this character is not escaped, documentation built with Haddock 2.17.2 will fail. This was not an issue with 2.16 series, which causes builds to fail and there is nothing in the docs or error message giving a clue about why builds that used to succeed now don't. | ||||
| * | | | Haddock.Types: More precise version guard | Ben Gamari | 2016-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This allows haddock to be built with GHC 8.0.2 pre-releases. | ||||
| * | | | ghc.mk: Don't attempt to install html/frames.html | Ben Gamari | 2016-08-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | The frames business has been removed. | ||||
| * | | | Disable NFData instances for GHC types when GHC >= 8.0.2 | Simon Marlow | 2016-08-02 | 1 | -2/+6 |
| |/ / | | | | | | | | | | (cherry picked from commit a3309e797c42dae9bccdeb17ce52fcababbaff8a) | ||||
| * | | Merge pull request #537 from Helkafen/master | Sebastian Méric de Bellefon | 2016-06-24 | 1 | -1/+1 |
| |\ \ | | | | | | | | | do not create empty src directory | ||||
| | * | | do not create empty src directory | Sebastian Meric de Bellefon | 2016-06-22 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Fix #536. | ||||
| * | | Merge pull request #533 from Helkafen/master | Sebastian Méric de Bellefon | 2016-06-18 | 3 | -9/+19 |
| |\ \ | | | | | | | | | Copyright holders shown on several lines. Fix #279 | ||||
| | * | | Copyright holders shown on several lines. Fix #279 | Sebastian Meric de Bellefon | 2016-06-16 | 3 | -9/+19 |
| | | | | |||||
| * | | | Merge pull request #534 from bgamari/T531 | Sebastian Méric de Bellefon | 2016-06-16 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |/| | | ocean: Ensure that synopsis fully covers other content | ||||
| | * | | ocean: Ensure that synopsis fully covers other content | Ben Gamari | 2016-06-16 | 1 | -0/+2 |
| |/ / | | | | | | | | | | | | | | | | Previously MathJax content was being rendered on top of the synopsis due to ambiguous z-ordering. Here we explicitly give the synopsis block a higher z-index to ensure it is rendered on top. Fixes #531. | ||||
| * | | Merge pull request #522 from Helkafen/master | Sebastian Méric de Bellefon | 2016-06-15 | 3 | -5/+8 |
| |\ \ | | | | | | | | | publish haddock-test library | ||||
| | * | | publish haddock-test library | Sebastian Meric de Bellefon | 2016-06-06 | 3 | -5/+8 |
| | | | | |||||
| * | | | Merge pull request #525 from idontgetoutmuch/master | Sebastian Méric de Bellefon | 2016-06-15 | 1 | -0/+15 |
| |\ \ \ | | | | | | | | | | | Documentation for LaTeX markup. | ||||
| | * | | | Fix math typo and add link. | Dominic Steinitz | 2016-06-09 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Camel case MathJax. | Dominic Steinitz | 2016-06-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix spelling mistake. | Dominic Steinitz | 2016-06-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Documentation for LaTeX markup. | Dominic Steinitz | 2016-06-09 | 1 | -0/+15 |
| |/ / / | |||||
| * | | | Merge pull request #521 from Helkafen/master | Sebastian Méric de Bellefon | 2016-06-06 | 3 | -3/+3 |
| |\| | | | | | | | | | | Version bumps (2.17.3, 1.4.2) | ||||
| | * | | Version bumps (2.17.3, 1.4.2) | Sebastian Meric de Bellefon | 2016-06-03 | 3 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #504 from Helkafen/issue-280 | Sebastian Méric de Bellefon | 2016-05-28 | 3 | -1/+93 |
| |\ \ | | | | | | | | | Fix #280. Parsing of module header | ||||
| | * | | Fix #280. Parsing of module header | Sebastian Meric de Bellefon | 2016-05-15 | 3 | -1/+93 |
| | | | | | | | | | | | | | | | | The initial newlines were counted as indentation spaces, thus disturbing the parsing of next lines | ||||
| * | | | Merge pull request #513 from treeowl/newtype-since | Ben Gamari | 2016-05-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Make parser state a newtype | ||||
| | * | | | Make parser state a newtype | David Feuer | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was `data` wrapping a `Maybe`, which seems a bit silly. Obviously, this can be changed back if anyone wants to add more fields some day. | ||||
| * | | | | Merge pull request #515 from alexbiehl/master | Ben Gamari | 2016-05-27 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Remove misplaced haddock comment | ||||
| | * | | | | Remove misplaced haddock comment | alexbiehl | 2016-05-26 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #514 from Helkafen/frames | Sebastian Méric de Bellefon | 2016-05-25 | 9 | -172/+11 |
| |\ \ \ \ | | | | | | | | | | | | | remove framed view of the HTML documentation (see #114 and #274) | ||||
| | * | | | | Update CHANGES | Sebastian Meric de Bellefon | 2016-05-25 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | remove framed view of the HTML documentation (see #114 and #274) | Sebastian Meric de Bellefon | 2016-05-24 | 8 | -172/+7 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis. | ||||
| * | | | | Merge pull request #507 from bgamari/T505 | Ben Gamari | 2016-05-25 | 1 | -5/+12 |
| |\ \ \ \ | | |/ / / | |/| | | | Fix #505 | ||||
| | * | | | Don't consider default class ops when looking for decls | Ben Gamari | 2016-05-22 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When we are looking for an operation within a class we don't care about `default`-type declarations. This was the cause of #505. | ||||
| | * | | | Create: Better debug output | Ben Gamari | 2016-05-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | For tracking down #505 | ||||
| | * | | | Create: Remove redundant imports | Ben Gamari | 2016-05-22 | 1 | -2/+1 |
| |/ / / | |||||
* | | | | Render help documentation link next to (signature) in title. | Edward Z. Yang | 2017-03-22 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Annotate signature docs with (signature) | Edward Z. Yang | 2017-03-22 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Fix haddock-test to work with latest version of Cabal. | Edward Z. Yang | 2017-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Better Backpack support with signature merging. | Edward Z. Yang | 2017-03-15 | 1 | -12/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we merge signatures, we gain exports that don't necessarily have a source-level declaration corresponding to them. This meant Haddock dropped them. There are two big limitations: * If there's no export list, we won't report inherited signatures. * If the type has a subordinate, the current hiDecl implementation doesn't reconstitute them. These are probably worth fixing eventually, but this gets us to minimum viable functionality. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | TODO on moduleExports. | Edward Z. Yang | 2017-03-15 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | More docs. | Edward Z. Yang | 2017-03-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Documentation. | Edward Z. Yang | 2017-03-15 | 1 | -5/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Render signature module tree separately from modules. | Edward Z. Yang | 2017-03-15 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Add a field marking if interface is a signature or not. | Edward Z. Yang | 2017-03-15 | 3 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Correctly handle Backpack identity/semantic modules. | Edward Z. Yang | 2017-03-15 | 1 | -23/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | | | | Adapt to EnumSet | Ben Gamari | 2017-03-15 | 1 | -1/+2 |
| | | | |