"libraries/git@gitlab.haskell.org:LinuxUserGD/ghc.git" did not exist on "fbf73d933dfa84ab58e752868a5a3d0fb0e1e255"
- Jul 17, 2017
-
-
- May 14, 2016
-
-
Sebastian Meric de Bellefon authored
The "Produced by Haddock" footer was overlapping the page's body when printing. This patch hides the footer with a css media rule.
-
- Aug 22, 2014
-
-
Simon Hengel authored
-
- Jan 12, 2014
-
-
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
-
- Oct 15, 2012
-
-
Simon Hengel authored
-
- Feb 03, 2012
-
-
The Xhtml backend has special markup for that, Hoogle and LaTeX reuse what we have for DocEmphasis.
-
- Oct 12, 2011
- Aug 29, 2010
-
-
Mark Lentczner authored
-
- Jul 30, 2010
-
-
Mark Lentczner authored
-
- Jul 29, 2010
-
-
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
-
- Jul 27, 2010
-
-
Mark Lentczner authored
-
- Jul 26, 2010
-
-
Mark Lentczner authored
-
- Jul 25, 2010
-
-
Mark Lentczner authored
make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags
-
- Jul 19, 2010
-
-
Mark Lentczner authored
-
- Jul 18, 2010
-
-
Mark Lentczner authored
-
- Jul 17, 2010
-
-
Mark Lentczner authored
-
- Jul 16, 2010
-
-
Mark Lentczner authored
-
- Jul 14, 2010
-
-
Mark Lentczner authored
-
Mark Lentczner authored
-
Mark Lentczner authored
-
Mark Lentczner authored
-
Mark Lentczner authored
-
Mark Lentczner authored
-
- Jul 13, 2010
-
-
Mark Lentczner authored
-
- Jun 11, 2010
-
-
Mark Lentczner authored
-
- May 04, 2010
-
-
Mark Lentczner authored
-
- May 03, 2010
-
-
Mark Lentczner authored
-
- Apr 04, 2010
-
-
Mark Lentczner authored
-
- Apr 03, 2010
-
-
Mark Lentczner authored
- add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
-
- Mar 20, 2010
-
-
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)
-