Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix redundant import warnings | Simon Jakobi | 2018-06-13 | 1 | -1/+0 |
| | |||||
* | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -11/+15 |
| | |||||
* | Match GHC for TTG implemented on HsBinds, D4581 | Alan Zimmerman | 2018-04-13 | 1 | -5/+5 |
| | |||||
* | Match GHC changes for TTG | Alan Zimmerman | 2018-04-09 | 1 | -6/+9 |
| | |||||
* | Track changes to follow Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -18/+2 |
| | | | | This tracks the refactoring of HsDecl.ConDecl. | ||||
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -9/+6 |
| | | | | This reverts commit 01eeeb048acd2dd05ff6471ae148a97cf0720547. | ||||
* | Revert "Clean up use of PlaceHolder, to match TTG" | Ben Gamari | 2017-11-21 | 1 | -4/+4 |
| | | | | This reverts commit 134a7bb054ea730b13c8629a76232d73e3ace049. | ||||
* | Clean up use of PlaceHolder, to match TTG | Alan Zimmerman | 2017-11-14 | 1 | -4/+4 |
| | |||||
* | Match changes for Trees that Grow in GHC | Alan Zimmerman | 2017-11-07 | 1 | -6/+9 |
| | |||||
* | Merge remote-tracking branch 'origin/ghc-head' into HEAD | alexbiehl | 2017-10-08 | 1 | -10/+10 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 1 | -67/+0 |
| |\ | |||||
| * | | Rename extension index tags | Alan Zimmerman | 2017-06-05 | 1 | -10/+10 |
| | | | |||||
| * | | Match new AST as per GHC wip/new-tree-one-param | Alan Zimmerman | 2017-06-05 | 1 | -10/+10 |
| | | | | | | | | | | | | See https://ghc.haskell.org/trac/ghc/wiki/ImplementingTreesThatGrow | ||||
| * | | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEAD | Ben Gamari | 2017-03-23 | 1 | -10/+2 |
| |\ \ | |||||
* | | | | Add compile step that bundles and compresses JS files (#684) | Tim Baumann | 2017-09-23 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme | ||||
* | | | | Content search for haddock html doc | alexbiehl | 2017-08-27 | 1 | -1/+9 |
| | | | | |||||
* | | | | Generate an index for package content search (#662) | Florian Eggenhofer | 2017-08-27 | 1 | -2/+3 |
| |_|/ |/| | | | | | Generate an index for package content search | ||||
* | | | Move `DocMarkup` from haddock-api to haddock-library (#659) | Alexander Biehl | 2017-07-31 | 1 | -67/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move `DocMarkup` from haddock-api to haddock-library * Move more markup related functions * Markup module * CHANGELOG | ||||
* | | | Merge branch 'ghc-head' | Ben Gamari | 2017-03-10 | 1 | -2/+2 |
|\| | | |/ |/| | |||||
| * | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -1/+1 |
| | | |||||
| * | Follow changes to LHsSigWcType | Simon Peyton Jones | 2016-06-13 | 1 | -1/+1 |
| | | |||||
| * | Changes due to fix for GHC#11648. | Richard Eisenberg | 2016-03-14 | 1 | -2/+5 |
| | | |||||
* | | remove framed view of the HTML documentation (see #114 and #274) | Sebastian Meric de Bellefon | 2016-05-24 | 1 | -10/+2 |
| | | | | | | | | | | 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. | ||||
* | | Changes due to fix for GHC#11648. | Richard Eisenberg | 2016-03-15 | 1 | -2/+5 |
|/ | | | | (cherry picked from commit bb994de1ab0c76d1aaf1e39c54158db2526d31f1) | ||||
* | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs | ||||
* | Handle inline math with mathjax. | Dominic Steinitz | 2015-12-21 | 1 | -0/+2 |
| | |||||
* | Update for type=kinds | Richard Eisenberg | 2015-12-14 | 1 | -3/+5 |
| | |||||
* | Matching changes for #11028 | Alan Zimmerman | 2015-12-14 | 1 | -3/+17 |
| | |||||
* | Wibble | Simon Peyton Jones | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | Work on updating Haddock to wip/spj-wildard-recactor | Simon Peyton Jones | 2015-12-14 | 1 | -1/+1 |
| | | | | Still incomplete | ||||
* | Follow changes to HsTYpe | Simon Peyton Jones | 2015-12-14 | 1 | -0/+29 |
| | | | | Not yet complete (but on a wip/ branch) | ||||
* | Track wip/spj-wildcard-refactor on main repo | Simon Peyton Jones | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | Roughly fix up haddock for DuplicateRecordFields changes | Adam Gundry | 2015-12-14 | 1 | -1/+4 |
| | | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used. | ||||
* | Rewrite source generation to fixed links and directory structure. | Łukasz Hanuszczak | 2015-06-30 | 1 | -8/+0 |
| | |||||
* | Make external hyperlinks point to locations specified by source URLs. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+4 |
| | |||||
* | Make source hyperlinker generate output in apropriate directory. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+5 |
| | |||||
* | Follow API changes in D538 | Alan Zimmerman | 2015-01-23 | 1 | -2/+2 |
| | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit d61bbc75890e4eb0ad508b9c2a27b91f691213e6) | ||||
* | Follow API changes in D426 | Alan Zimmerman | 2014-12-12 | 1 | -4/+3 |
| | | | | | | | | | 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 | ||||
* | Revert "Merge branch 'reverts'" | Mateusz Kowalczyk | 2014-12-12 | 1 | -5/+1 |
| | | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs | ||||
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Move sources under haddock-api/src | Mateusz Kowalczyk | 2014-08-23 | 1 | -0/+480 |