Skip to content
Snippets Groups Projects
  1. Jan 27, 2024
  2. Dec 12, 2023
  3. Nov 29, 2023
  4. Nov 11, 2023
  5. Nov 05, 2023
  6. Oct 31, 2023
  7. Sep 08, 2023
  8. Sep 05, 2023
  9. 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
  10. Aug 02, 2023
  11. Jul 21, 2023
  12. Jul 07, 2023
    • sheaf's avatar
      Avoid incomplete record update in Haddock Hoogle · efeef9ad
      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!
      efeef9ad
  13. Jun 21, 2023
  14. Jun 20, 2023
  15. Jun 16, 2023
  16. Jun 15, 2023
  17. Jun 14, 2023
  18. Jun 08, 2023
  19. Jun 07, 2023
  20. Jun 06, 2023
  21. Jun 01, 2023
Loading