This project is mirrored from https://github.com/haskell/haddock.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 16, 2022
-
-
Christiaan Baaij authored
-
- Mar 14, 2022
-
-
- Mar 11, 2022
-
-
Companion to GHC !7614 (ghc/ghc!7614)
-
- Dec 28, 2021
-
-
Matthew Pickering authored
-
- Dec 17, 2021
-
-
Sylvain Henry authored
-
- Nov 27, 2021
-
-
Krzysztof Gogolewski authored
-
- Nov 04, 2021
-
-
Vladislav Zavialov authored
See GHC ticket #20609
-
- Oct 28, 2021
-
-
Alan Zimmerman authored
wip/az/no-srcspan-anno-instances
-
- Oct 15, 2021
-
-
Sylvain Henry authored
-
- Oct 11, 2021
-
-
Zubin authored
* testsuite: strip windows line endings for haddock * hyperlinker: Work around double escaping (#19236) * deterministic SCC
-
- Aug 16, 2021
-
-
Marcin Szamotulski authored
* FromJSON class Aeson style FromJSON class with Parsec based json parser. * doc-index.json file for multiple packages When creating haddock summary page for multiple packages render doc-index.json file using contents of all found 'doc-index.json' files. * Render doc-index.json When rendering html, render doc-index.json file independently of maybe_index_url option. doc-index.json file is useful now even if maybe_index_url is not `Nothing`. * base url option New `Flag_BaseURL` which configures from where static files are loaded (--base-url). If given and not equal "." static files are not coppied, as this indicates that they are not read from the the directory where we'd copy them. The default value is ".".
-
- Jul 05, 2021
-
-
Alfredo Di Napoli authored
This commit renames the Lexer import in `Hyperlinker.Parser` from `getErrorMessages` to `getPsErrorMessages` to eliminate the ambiguity with the `getErrorMessages` function defined in `GHC.Types.Error`.
-
- Jun 28, 2021
-
-
Sylvain Henry authored
-
- Jun 10, 2021
-
-
Vladislav Zavialov authored
-
- Jun 01, 2021
-
-
Sylvain Henry authored
-
- May 28, 2021
-
-
Ben Simms authored
-
- May 24, 2021
-
-
Ben Gamari authored
This reverts commit a1337c59. The GHC patch associated with this change is not yet ready to be merged.
-
Alfredo Di Napoli authored
-
- May 21, 2021
-
-
Shayne Fletcher authored
-
- May 20, 2021
-
-
Alan Zimmerman authored
Match changes in GHC for #19845
-
- May 13, 2021
-
-
Alan Zimmerman authored
-
Christiaan Baaij authored
-
- May 11, 2021
-
-
Sylvain Henry authored
-
Alan Zimmerman authored
-
Hécate Moonlight authored
This reverts commit 72118896.
-
Sylvain Henry authored
* Update for EPA changes in GHC * Account for HsVersions.h removal Co-authored-by:
Alan Zimmerman <alan.zimm@gmail.com>
-
- Apr 10, 2021
-
-
- Mar 29, 2021
-
-
Alfredo Di Napoli authored
-
Alan Zimmerman authored
-
- Mar 27, 2021
-
-
Hannes Siebenhandl authored
This way we always know to which home-unit a given target belongs to. So far, there only exists a single home-unit at a time, but it enables having multiple home-units at the same time.
-
- Mar 22, 2021
-
-
Sylvain Henry authored
-
Sylvain Henry authored
-
- Mar 15, 2021
-
-
Alan Zimmerman authored
As landed via ghc!2418
-
- Mar 10, 2021
-
-
This catches up to GHC using the new extractTHDocs function, which returns documentation added via the putDoc function (provided it was compiled with Opt_Haddock). Since it's already a map from names -> docs, there's no need to do traversal etc. It also matches the change from the argument map being made an IntMap rather than a Map Int
-
Ben Gamari authored
-
- Mar 07, 2021
-
-
- Mar 06, 2021
-
-
Shayne Fletcher authored
-
- Feb 23, 2021
-
-
Hécate Moonlight authored
Explicit the imports from GHC.HsToCore.Docs
-
- Feb 22, 2021
-
-
Alan Zimmerman authored
This prevents noLoc's appearing in the ParsedSource. Match the change in GHC.
-
Hécate Moonlight authored
-