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. Jul 03, 2014
  2. Jun 25, 2014
  3. Jun 06, 2014
  4. May 14, 2014
  5. Apr 11, 2014
  6. Apr 01, 2014
  7. Mar 21, 2014
  8. Mar 15, 2014
    • Niklas Haas's avatar
      Fix issue #281 · 40d2b419
      Niklas Haas authored
      This is a regression from the data family instances change. Data
      instances are now distinguished from regular lists by usage of the new
      class "inst", and the style has been updated to only apply to those.
      
      I've also updated the appropriate test case to test this a bit better,
      including GADT instances with GADT-style records.
      40d2b419
    • Niklas Haas's avatar
      Hide minimal definition for only-method classes · cac5384c
      Niklas Haas authored
      Previously this was not covered by the All xs check since here it is not
      actually an All, rather a single Var n.
      
      This also adds the previously missing html-test/src/Minimal.hs.
      cac5384c
    • Simon Hengel's avatar
      620e062c
  9. Mar 13, 2014
  10. Mar 11, 2014
  11. Mar 10, 2014
  12. Mar 09, 2014
    • Niklas Haas's avatar
      Group similar fixities together · 68a78932
      Niklas Haas authored
      Identical fixities declared for the same line should now render using
      syntax like: infix 4 <, >=, >, <=
      68a78932
    • Niklas Haas's avatar
      Differentiate between TH splices (line-links) and regular names · 003f1179
      Niklas Haas authored
      This adds a new type of source code link, to a specific line rather than
      a specific declaration/name - this is used to link to the location of a
      TH splice that defines a certain name.
      
      Rather hefty changes throughout and still one unresolved issue (the line
      URLs aren't parsed from the third form of --read-interface which means
      they're currently restricted to same-interface links). Not sure if
      this issue is really worth all the hassle, especially since we could
      just use line links in general.
      
      This commit also contains some cleanup/clarification of the types in
      Haddock.Backends.Xhtml.Decl and shortens some overlong lines in the
      process. Notably, the Bool parameter was replaced by a Unicode type
      synonym to help clarify its presence in type signatures.
      003f1179
    • Niklas Haas's avatar
      Use optLast instead of listToMaybe for sourceUrls/wikiUrls · 9aa5a2a4
      Niklas Haas authored
      This lets you override them using eg. cabal haddock --haddock-options,
      which can come in handy if you want to use a different layout or URL for
      your source code links than cabal-install generates.
      9aa5a2a4
    • Niklas Haas's avatar
      Reorder topDeclElem to move the source/wiki links to the top · 843c42c4
      Niklas Haas authored
      They appear in the same position due to the float: right attribute but
      now they're always at the top of the box instead of at the bottom.
      843c42c4
  13. Mar 08, 2014
    • Niklas Haas's avatar
      Render fixity information · 17970e6b
      Niklas Haas authored
      Affects functions, type synonyms, type families, class names, data type
      names, constructors, data families, associated TFs/DFs, type synonyms,
      pattern synonyms and everything else I could think of.
      17970e6b
Loading