Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wibbles to Haddock | Simon Peyton Jones | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Merge with origin/head | Simon Peyton Jones | 2015-11-13 | 1 | -4/+5 |
|\ | |||||
| * | Matching change GHC #11017 BooleanFormula located | Alan Zimmerman | 2015-11-01 | 1 | -4/+5 |
| | | |||||
* | | More adaption to wildcard-refactor | Simon Peyton Jones | 2015-10-31 | 3 | -81/+85 |
| | | |||||
* | | Work on updating Haddock to wip/spj-wildard-recactor | Simon Peyton Jones | 2015-10-30 | 2 | -98/+62 |
| | | | | | | | | Still incomplete | ||||
* | | Follow changes to HsTYpe | Simon Peyton Jones | 2015-10-27 | 1 | -20/+11 |
| | | | | | | | | Not yet complete (but on a wip/ branch) | ||||
* | | Track wip/spj-wildcard-refactor on main repo | Simon Peyton Jones | 2015-10-26 | 1 | -21/+12 |
|/ | |||||
* | Roughly fix up haddock for DuplicateRecordFields changes | Adam Gundry | 2015-10-16 | 3 | -10/+16 |
| | | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used. | ||||
* | s/PackageKey/UnitId/g and s/packageKey/unitId/g | Edward Z. Yang | 2015-10-11 | 3 | -3/+3 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> | ||||
* | Follow changes from #6018 | Jan Stolarek | 2015-09-03 | 1 | -4/+25 |
| | |||||
* | HsBang is split into HsSrcBang and HsImplBang | Adam Sandberg Eriksson | 2015-08-09 | 2 | -6/+2 |
| | | | | | With recent changes in GHC handling of strictness annotations in Haddock is simplified. | ||||
* | StrictData: changes in HsBang type | Adam Sandberg Eriksson | 2015-07-08 | 2 | -10/+10 |
| | |||||
* | StrictData: print correct strictness marks | Adam Sandberg Eriksson | 2015-07-07 | 2 | -5/+10 |
| | |||||
* | Update after wild card renaming refactoring in D613 | Thomas Winant | 2015-06-08 | 2 | -10/+14 |
| | | | | | | | | | | | | | | | Summary: * Move `Post*` type instances to `Haddock.Types` as other modules than `Haddock.Interface.Rename` will rely on these type instances. * Update after wild card renaming refactoring in D613. Reviewers: simonpj, austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D954 GHC Trac Issues: #10098 | ||||
* | Change ModuleTree Node to carry PackageKey and SourcePackageId to resolve #385 | Murray Campbell | 2015-05-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | Track API changes to support empty closed type familes | Adam Gundry | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Track changes in HsSyn for quasi-quotes | Simon Peyton Jones | 2015-02-10 | 2 | -2/+0 |
| | |||||
* | Follow API changes in D538 | Alan Zimmerman | 2015-01-16 | 3 | -27/+27 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | Only keep one Version instead of blindly appending | Mateusz Kowalczyk | 2014-12-17 | 1 | -3/+3 |
| | |||||
* | Various fixups and bumps for next release | Mateusz Kowalczyk | 2014-12-12 | 3 | -8/+4 |
| | |||||
* | For pattern synonyms, render "pattern" as a keyword | Dr. ERDI Gergo | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Support for PartialTypeSignatures | Thomas Winant | 2014-12-12 | 4 | -32/+46 |
| | | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs haddock-api/src/Haddock/Interface/Create.hs | ||||
* | Follow API changes in D426 | Alan Zimmerman | 2014-12-12 | 3 | -38/+66 |
| | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Backends/LaTeX.hs haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs | ||||
* | Update Haddock to new pattern synonym type signature syntax | Dr. ERDI Gergo | 2014-12-12 | 2 | -70/+72 |
| | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs | ||||
* | Remove overlapping pattern match | Austin Seipp | 2014-12-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | Collapse user-defined section by default (re #335) | Herbert Valerio Riedel | 2014-12-12 | 1 | -1/+1 |
| | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs | ||||
* | Properly render package ID (not package key) in index, fixes #329. | Edward Z. Yang | 2014-12-12 | 1 | -6/+8 |
| | | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: haddock-api/src/Haddock/ModuleTree.hs | ||||
* | Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426) | Krzysztof Gogolewski | 2014-12-12 | 3 | -2/+7 |
| | |||||
* | Changes due to ghc api changes in package representation | Duncan Coutts | 2014-12-12 | 1 | -2/+4 |
| | | | | | | | | | | Also fix a bug with finding the package name and version given a module. This had become wrong due to the package key changes (it was very hacky in the first place). We now look up the package key in the package db to get the package info properly. Conflicts: haddock-api/src/Haddock.hs | ||||
* | Revert "Merge branch 'reverts'" | Mateusz Kowalczyk | 2014-12-12 | 4 | -5/+5 |
| | | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs | ||||
* | header could contain several lines | jpmoresmau | 2014-12-10 | 1 | -1/+1 |
| | | | | Closes #348 | ||||
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 5 | -45/+68 |
| | | | | | | | | | | | | | | | Currently we only use it only for ‘since’ annotations but with these patches it should be fairly simple to add new attributes if we wish to. Closes #26. It seems to work fine but due to 7.10 rush I don't have the chance to do more exhaustive testing right now. The way the meta is output (emphasis at the end of the whole comment) is fairly arbitrary and subject to bikeshedding. Note that this makes test for Bug310 fail due to interface version bump: it can't find the docs for base with this interface version so it fails. There is not much we can do to help this because it tests for ’built-in’ identifier, not something we can provide ourselves. | ||||
* | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 4 | -29/+117 |
| | | | | Closes #335 | ||||
* | Omit unnecessary foralls and fix #315 | Niklas Haas | 2014-08-24 | 1 | -21/+20 |
| | | | | This also fixes #86. | ||||
* | Fix extra whitespace on signatures and update all test cases | Niklas Haas | 2014-08-24 | 1 | -2/+2 |
| | | | | | This was long overdue, now running ./accept.lhs on a clean test from master will not generate a bunch of changes. | ||||
* | Move sources under haddock-api/src | Mateusz Kowalczyk | 2014-08-23 | 11 | -0/+4310 |