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 .
- May 31, 2024
-
- May 30, 2024
-
-
- May 28, 2024
-
-
The testsuite contained tests for annotations of the form `@since foo-bar-0.5.0`, but the parser was written incorrectly.
-
Ben Gamari authored
-
GHC isn't guaranteed to have a threaded RTS. There should be a way to build it with the vanilla one. (cherry picked from commit 75a94e01)
-
- May 23, 2024
-
-
Ben Gamari authored
This reverts commit 025544cc.
-
- Apr 12, 2024
-
-
Ben Gamari authored
-
- Mar 26, 2024
-
-
Ben Gamari authored
Previously this didn't include the `%M` token which manifested as broken links to the hyperlinked sources of reexports of declarations defined in other packages. Fixes haddock#1628.
-
Ben Gamari authored
-
- Mar 08, 2024
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
- Feb 24, 2024
-
-
- Feb 22, 2024
-
-
Ben Gamari authored
Previously many declarations (e.g. `Int`) were declared to have a "home" in `Prelude`. However, now Haddock instead chooses to put these in more specific homes (e.g. `Data.Int`). Given that the "home" decision is driven by heuristics and in general these changes seem quite reasonable I am accepting them: * `Int` moved from `Prelude` to `Data.Int` * `(~)` moved from `Prelude` to `Data.Type.Equality` * `Type` moved from `GHC.Types` to `Data.Kind` * `Maybe` moved from `Prelude` to `Data.Maybe` * `Bool` moved from `Prelude` to `Data.Bool` * `Ordering` moved from `Prelude` to `Data.Ord` As well, more identifiers are now hyperlinked; it's not immediately clear *why*, but it is an improvement nevertheless.
-
Ben Gamari authored
-
Ben Gamari authored
Here we extend Haddock to admit `@since` annotations in export lists. These can be attached to most export list items (although not subordinate lists). These annotations supercede the declaration's `@since` annotation in produced Haddocks.
-
Ben Gamari authored
-
- Feb 16, 2024
-
-
- Feb 14, 2024
-
-
Hannes Siebenhandl authored
-
- Feb 13, 2024
-
-
- Feb 08, 2024
-
-
- Feb 05, 2024
-
-
Matthew Pickering authored
-
- Jan 23, 2024
-
-
Apoorv Ingle authored
-
- Dec 12, 2023
-
-
Vladislav Zavialov authored
-
- Nov 29, 2023
-
-
Alan Zimmerman authored
-
- Nov 11, 2023
-
-
Alan Zimmerman authored
Match GHC
-
- Nov 05, 2023
-
-
Alan Zimmerman authored
-
- Oct 31, 2023
-
-
Alan Zimmerman authored
- EPA: Comments in AnchorOperation - EPA: Remove EpaEofComment
-
- Sep 08, 2023
-
-
Alan Zimmerman authored
-
- Sep 05, 2023
-
-
Finley McIlwaine authored
This prevents `data FUN` from being shown at the top of the Prelude docs. Fixes \#23920 on GHC.
-
- Sep 01, 2023
-
-
When a class method was reexported, it's default methods were also showing up in the generated html page. The simplest and most non-invasive fix is to not look for the default method if we are just exporting the class method.. because the backends are just showing default methods when the whole class is exported. In general it would be worthwhile to rewrite this bit of code I think as the logic and what gets included is split over `lookupDocs` and `availExportDecl` it would be clearer to combine the two. The result of lookupDocs is always just passed to availExportDecl so it seems simpler and more obvious to just write the function directly.
-
- Aug 02, 2023
-
-
-
The old reasoning no longer applies, nowadays those names can be mentioned in export lists.
-
-
- Jul 21, 2023
-
-
Ben Gamari authored
For GHC 9.8.
-
- Jul 07, 2023
-
-
sheaf authored
This commit avoids running into an incomplete record update warning in the Hoogle backend of Haddock. This was only noticed now, because incomplete record updates were broken in GHC 9.6. Now that they are fixed, we have to avoid running into them!
-
- Jun 21, 2023
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
MR !10283 changes the alternatives for WarningTxt pass. This MR reflects those changes in the haddock codebase. Signed-off-by:
Bartłomiej Cieślar <bcieslar2001@gmail.com>
-