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. Mar 16, 2022
  2. Mar 14, 2022
  3. Mar 11, 2022
  4. Dec 28, 2021
  5. Dec 17, 2021
  6. Nov 27, 2021
  7. Nov 04, 2021
  8. Oct 28, 2021
  9. Oct 15, 2021
  10. Oct 11, 2021
  11. Aug 16, 2021
    • Marcin Szamotulski's avatar
      coot/multiple package (ghc-head) (#1419) · 1b63771d
      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 ".".
      1b63771d
  12. Jul 05, 2021
    • Alfredo Di Napoli's avatar
      Rename getErrorMessages Lexer import · c3df9283
      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`.
      c3df9283
  13. Jun 28, 2021
  14. Jun 10, 2021
  15. Jun 01, 2021
  16. May 28, 2021
  17. May 24, 2021
  18. May 21, 2021
  19. May 20, 2021
  20. May 13, 2021
  21. May 11, 2021
  22. Apr 10, 2021
  23. Mar 29, 2021
  24. Mar 27, 2021
    • Hannes Siebenhandl's avatar
      Add UnitId to Target record · 66609597
      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.
      66609597
  25. Mar 22, 2021
  26. Mar 15, 2021
  27. Mar 10, 2021
  28. Mar 07, 2021
  29. Mar 06, 2021
  30. Feb 23, 2021
  31. Feb 22, 2021
Loading