Skip to content
Snippets Groups Projects
  1. Jul 17, 2017
  2. May 14, 2016
  3. Aug 22, 2014
  4. Jan 12, 2014
    • Mateusz Kowalczyk's avatar
      Per-module extension flags and language listing. · 8d3bdff4
      Mateusz Kowalczyk authored
      Any extensions that are not enabled by a used language (Haskell2010
      &c) will be shown. Furthermore, any implicitly enabled are also going
      to be shown. While we could eliminate this either by using the GHC API
      or a dirty hack, I opted not to: if a user doesn't want the implied
      flags to show, they are recommended to use enable extensions more
      carefully or individually. Perhaps this will encourage users to not
      enable the most powerful flags needlessly. Enabled with show-extensions.
      
      Conflicts:
      	src/Haddock/InterfaceFile.hs
      8d3bdff4
  5. Oct 15, 2012
  6. Feb 03, 2012
    • Simon Hengel's avatar
      Add DocWarning to Doc · e9eed94f
      Simon Hengel authored and waern's avatar waern committed
      The Xhtml backend has special markup for that, Hoogle and LaTeX reuse
      what we have for DocEmphasis.
      e9eed94f
  7. Oct 12, 2011
  8. Aug 29, 2010
  9. Jul 30, 2010
  10. Jul 29, 2010
    • Mark Lentczner's avatar
      styling tweaks · 8bb88420
      Mark Lentczner authored
      	don't generate an empty li for absent style menu in links area
      	update css for Classic and Snappy to handle:
      		dl lists
      		links in package header and in declarations
      		floating of links and info block in package and module headers
      8bb88420
  11. Jul 27, 2010
  12. Jul 26, 2010
  13. Jul 25, 2010
  14. Jul 19, 2010
  15. Jul 18, 2010
  16. Jul 17, 2010
  17. Jul 16, 2010
  18. Jul 14, 2010
  19. Jul 13, 2010
  20. Jun 11, 2010
  21. May 04, 2010
  22. May 03, 2010
  23. Apr 04, 2010
  24. Apr 03, 2010
  25. Mar 20, 2010
    • Mark Lentczner's avatar
      First, experimental XHTML rendering · e4711c41
      Mark Lentczner authored
          switch to using the xhtml package
      
          copied Html.hs to Xhtml.hs
              and split into sub-modules under Haddock/Backends/Xhtml
              and detabify
      
          moved footer into div, got ready for iface change
          headers converted to semantic markup
          contents in semantic markup
          summary as semantic markup
          description in semantic markup, info block in header fixed
      
          factored out rendering so during debug it can be readable
              (see renderToString)
      e4711c41
Loading