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 .
  1. Nov 05, 2023
  2. Oct 31, 2023
  3. Sep 08, 2023
  4. Sep 05, 2023
  5. Sep 01, 2023
    • Matthew Pickering's avatar
      Fix issue with duplicate reexported definitions (T23616) · 39492042
      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.
      39492042
  6. Aug 02, 2023
  7. Jul 21, 2023
  8. Jul 07, 2023
    • sheaf's avatar
      Avoid incomplete record update in Haddock Hoogle · b96241ba
      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!
      b96241ba
  9. Jun 21, 2023
  10. Jun 20, 2023
  11. Jun 16, 2023
  12. Jun 15, 2023
  13. Jun 14, 2023
  14. Jun 08, 2023
  15. Jun 07, 2023
  16. Jun 06, 2023
  17. Jun 01, 2023
Loading