Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -4/+4 | |
| | ||||||
* | Haddock changes for T10598 | Ryan Scott | 2016-09-30 | 1 | -1/+1 | |
| | | | | See https://ghc.haskell.org/trac/ghc/ticket/10598 | |||||
* | Matching changes for #12105 | Alan Zimmerman | 2016-05-29 | 1 | -1/+3 | |
| | ||||||
* | Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-head | Ben Gamari | 2015-12-25 | 1 | -0/+2 | |
|\ | ||||||
| * | Fix the documentation for haddock itself. | Dominic Steinitz | 2015-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | ||||||
* | | Merge remote-tracking branch 'mrhania/testing-framework-improvements' into ↵ | Ben Gamari | 2015-12-20 | 1 | -0/+3 | |
|\ \ | |/ |/| | | | ghc-head | |||||
| * | Make Hoogle backend create output directory if needed. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+3 | |
| | | ||||||
* | | Warnings | Matthew Pickering | 2015-12-14 | 1 | -2/+0 | |
| | | ||||||
* | | Changes to compile with 8.0 | Matthew Pickering | 2015-12-14 | 1 | -5/+5 | |
| | | ||||||
* | | Update for type=kinds | Richard Eisenberg | 2015-12-14 | 1 | -1/+1 | |
| | | ||||||
* | | Matching changes for #11028 | Alan Zimmerman | 2015-12-14 | 1 | -6/+13 | |
| | | ||||||
* | | Update to match GHC wip/T11019 | Alan Zimmerman | 2015-12-14 | 1 | -1/+1 | |
| | | ||||||
* | | Follow changes to HsTYpe | Simon Peyton Jones | 2015-12-14 | 1 | -22/+13 | |
| | | | | | | | | Not yet complete (but on a wip/ branch) | |||||
* | | Track wip/spj-wildcard-refactor on main repo | Simon Peyton Jones | 2015-12-14 | 1 | -21/+12 | |
| | | ||||||
* | | Roughly fix up haddock for DuplicateRecordFields changes | Adam Gundry | 2015-12-14 | 1 | -2/+2 | |
|/ | | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used. | |||||
* | Fix weird-looking Hoogle output for familyless classes. | Łukasz Hanuszczak | 2015-08-21 | 1 | -5/+7 | |
| | ||||||
* | Improve formatting of class details output in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -6/+9 | |
| | ||||||
* | Add missing default family equations in Hoogle output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+13 | |
| | ||||||
* | Improve class type family declarations output in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -5/+20 | |
| | ||||||
* | Fix bug with incorrect fixities being generated in Hoogle backend. | Łukasz Hanuszczak | 2015-08-21 | 1 | -4/+5 | |
| | ||||||
* | Add fixity declarations in Hoogle backend output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+7 | |
| | ||||||
* | Remove default methods from Hoogle class output. | Łukasz Hanuszczak | 2015-08-21 | 1 | -1/+5 | |
| | ||||||
* | Don't print instance safety information in Hoogle | Mateusz Kowalczyk | 2015-03-27 | 1 | -2/+11 | |
| | | | | Fixes #168 | |||||
* | Output method documentation in Hoogle backend | Mateusz Kowalczyk | 2015-03-27 | 1 | -11/+21 | |
| | | | | | | | | | One thing of note is that we no longer preserve grouping of methods and print each method on its own line. We could preserve it if no documentation is present for any methods in the group if someone asks for it though. Fixes #259 | |||||
* | Fully qualify names in Hoogle instances output | Mateusz Kowalczyk | 2015-03-27 | 1 | -4/+6 | |
| | | | | Closes #263 | |||||
* | Fix Hoogle display of constructors | Mateusz Kowalczyk | 2015-03-27 | 1 | -1/+4 | |
| | | | | Fixes #361 | |||||
* | Follow API changes in D538 | Alan Zimmerman | 2015-01-23 | 1 | -3/+3 | |
| | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit d61bbc75890e4eb0ad508b9c2a27b91f691213e6) | |||||
* | Various fixups and bumps for next release | Mateusz Kowalczyk | 2014-12-12 | 1 | -1/+1 | |
| | ||||||
* | Support for PartialTypeSignatures | Thomas Winant | 2014-12-12 | 1 | -10/+10 | |
| | | | | | | | 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 | 1 | -7/+7 | |
| | | | | | | | | | 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 | |||||
* | Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426) | Krzysztof Gogolewski | 2014-12-12 | 1 | -0/+1 | |
| | ||||||
* | 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 | |||||
* | 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 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | 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/+331 | |