- Jun 14, 2015
-
-
Mateusz Kowalczyk authored
-
- Jun 12, 2015
-
-
Rufflewind authored
Due to a Firefox bug [1], a combination of 'whitespace: nowrap' on the parent element with 'float: right' on the inner element can cause the floated element to be displaced downwards for no apparent reason. To work around this, the left side is wrapped in its own <span> and set to 'float: left'. As a precautionary measure to prevent the parent element from collapsing entirely, we also add the classic "clearfix" hack. The latter is not strictly needed but it helps prevent bugs if the layout is altered again in the future. Fixes #384. Remark: line 159 of src/Haddock/Backends/Xhtml/Layout.hs was indented to prevent confusion over the operator precedence of (<+>) vs (<<). [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=488725
-
Mateusz Kowalczyk authored
Closes #398
-
Fixes #383
-
Mateusz Kowalczyk authored
Fixes #207, closes #402
-
Inferred type signatures don't have SrcSpans, so let's use the one from the declaration. I've tested this manually on the test-case from #207, but I got stuck at trying to run the test-suite.
-
Mateusz Kowalczyk authored
Closes #400
-
-
- Jun 08, 2015
-
-
Mateusz Kowalczyk authored
-
- Jun 07, 2015
-
-
Bartosz Nitka authored
-
Bartosz Nitka authored
-
- Jun 03, 2015
-
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
Fixes #278 through commits from PR #401
-
Łukasz Hanuszczak authored
-
- May 27, 2015
-
-
Łukasz Hanuszczak authored
-
Łukasz Hanuszczak authored
-
Łukasz Hanuszczak authored
-
- May 11, 2015
-
-
`Data.Monoid.<>` was added in base-4.5/GHC-7.4 Closes #394 Signed-off-by:
Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
-
Signed-off-by:
Austin Seipp <aseipp@pobox.com> (cherry picked from commit 2380f07c)
-
- May 06, 2015
-
-
- Apr 26, 2015
-
-
Zejun Wu authored
-
- Mar 28, 2015
-
-
Mateusz Kowalczyk authored
Closes #285
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
-
- Mar 27, 2015
-
-
Mateusz Kowalczyk authored
Fixes #168
-
Mateusz Kowalczyk authored
One thing of note is that we no longer preserve grouping of methods and print each method on its own line. We could preserve it if no documentation is present for any methods in the group if someone asks for it though. Fixes #259
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
Closes #263
-
Mateusz Kowalczyk authored
Fixes #361
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
I delete the old tests because it turns out that: * test runner would never put them in scope of each other even with imports so just one would suffice * test runner actually needed some hacking to keep links so in the end we would end up with no anchors making them useless
-
- Mar 26, 2015
-
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
-
- Mar 25, 2015
-
-
user-friendly Closes #369
-
- Mar 17, 2015
-
-
Mateusz Kowalczyk authored
Closes #151 due to 71170fc7
-
- Mar 16, 2015
-
-
Rufflewind authored
When long type signatures occur in the Synopsis, the element is stretched beyond the width of the window. Scrollbars don't appear, so it's impossible to read anything when this happens.
-
- Jan 23, 2015
-
-
Signed-off-by:
Austin Seipp <aseipp@pobox.com> (cherry picked from commit d61bbc75)
-
(cherry picked from commit 04cf63d0)
-
- Jan 22, 2015
-
-
Mateusz Kowalczyk authored
-
Mateusz Kowalczyk authored
Used for --hoogle amongst other things. Now we need to teach cabal to use it. The situation is still a bit sub-par because if the flags aren't passed in, the crash will occur. Closes #353.
-