Skip to content
Snippets Groups Projects
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 . This branch has diverged from upstream.
  1. May 07, 2024
  2. Apr 29, 2024
  3. Apr 22, 2024
  4. Apr 19, 2024
  5. Mar 10, 2024
  6. Mar 08, 2024
  7. Mar 07, 2024
    • Patrick's avatar
      fix #24493, with module name introduced in hieAst · 730749b4
      Patrick authored
      The accompanies haddoc PR with GHC PR ghc/ghc!12153
      Two things have been done:
      1. Link is introduced to every `X` in `module X where`, since we introduce the module name to HieAst,
      2. `{-# LINE 4 "hypsrc-test/src/PositionPragmas.hs" #-}` is added before the `module PositionPragmas where` in ` hypsrc-test/ref/src/PositionPragmas.html `.It ensures only a single hieAst for file `hypsrc-test/src/PositionPragmas.hs` is generated.
      730749b4
  8. Feb 28, 2024
  9. Feb 25, 2024
  10. Feb 24, 2024
  11. Feb 23, 2024
  12. Feb 22, 2024
    • Ben Gamari's avatar
      Documentation changes from ghc-internal restructuring · 6b2b5104
      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.
      6b2b5104
    • Ben Gamari's avatar
      46a43655
    • Ben Gamari's avatar
      Allow `@since` annotations in export lists · 814d7354
      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.
      814d7354
    • Ben Gamari's avatar
      Bump bounds · 208fd9cc
      Ben Gamari authored
      208fd9cc
  13. Feb 21, 2024
  14. Feb 16, 2024
  15. Feb 14, 2024
  16. Feb 13, 2024
  17. Feb 08, 2024
  18. Feb 05, 2024
  19. Jan 23, 2024
  20. Dec 12, 2023
  21. Nov 29, 2023
  22. Nov 11, 2023
  23. Nov 05, 2023
  24. Oct 31, 2023
  25. Sep 08, 2023
  26. Sep 05, 2023
  27. Sep 01, 2023
    • Matthew Pickering's avatar
      Fix issue with duplicate reexported definitions (T23616) · fecda154
      Matthew Pickering authored and sheaf's avatar sheaf committed
      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.
      fecda154
  28. Aug 02, 2023
Loading