aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test for anchor defaultingMateusz Kowalczyk2015-03-276-153/+58
| | | | | | | | | 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
* Update test to account for \r filteringMateusz Kowalczyk2015-03-261-2/+5
|
* Remove now redundant importsMateusz Kowalczyk2015-03-268-10/+0
|
* Make the error encountered when a package can't be found moreBen Gamari2015-03-251-12/+21
| | | | | | user-friendly Closes #369
* Update changelogMateusz Kowalczyk2015-03-171-0/+2
| | | | Closes #151 due to 71170fc77962f10d7d001e3b8bc8b92bfeda99bc
* Prevent Synopsis from using up too much horizontal spacePhil Ruffwind2015-03-161-0/+1
| | | | | | 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.
* Follow API changes in D538Alan Zimmerman2015-01-238-69/+61
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit d61bbc75890e4eb0ad508b9c2a27b91f691213e6)
* Track naming change in DataConSimon Peyton Jones2015-01-231-3/+3
| | | | (cherry picked from commit 04cf63d0195837ed52075ed7d2676e71831e8a0b)
* Sort out some module import warningsMateusz Kowalczyk2015-01-223-4/+1
|
* --package-name and --package-version flagsMateusz Kowalczyk2015-01-223-25/+53
| | | | | | 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.
* Changelog onlyMateusz Kowalczyk2015-01-221-0/+4
|
* Filter '\r' from comments due to Windows problems.Vincent Berthoux2015-01-221-2/+3
| | | | | On Windows this was causing newline to be rendered twice in code blocks. Closes #359, fixes #356.
* Links to source location of class instance definitionsjpmoresmau2015-01-227-32/+62
|
* Update test filesMateusz Kowalczyk2015-01-224-48/+18
| | | | | | | | | | | | | | | Test: a correct behaviour for fields comma-separating values. I'm surprised we had no bug open for this. Maybe it affects how #301 renders now but I doubt. Operators: Seems GHC is giving us a new order for operators, something must have changed on their side again. cc @haasn , this makes the fixity to the side not match the order on the LHS which is a bit unpleasant. Maybe the fixity can be made to match the GHC order? Bug335: We expand examples by default now. Bug310: Now inferred safe.
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-2270-74/+77
|
* solve dataDir ambiguityjpmoresmau2015-01-221-1/+1
|
* Ignore warnings, install Cabal 1.22JP Moresmau2015-01-221-3/+7
|
* bump haddock-api ghc dependency to allow release candidate and first releaseLuite Stegeman2015-01-051-1/+1
|
* Turn the README into GitHub Markdown format.Njagi Mwaniki2014-12-292-11/+20
| | | | Closes #354
* Make travis use 7.10.xMateusz Kowalczyk2014-12-291-1/+1
|
* travis-ci: test with HEADMateusz Kowalczyk2014-12-231-0/+1
|
* Add missing import for standalone haddock-api packageLuite Stegeman2014-12-221-0/+1
|
* hide projectVersion from DynFlags since it clashes with ↵Luite Stegeman2014-12-191-1/+1
| | | | Haddock.Version.projectVersion
* Update docs for @sinceMateusz Kowalczyk2014-12-181-0/+34
|
* update changelogMateusz Kowalczyk2014-12-181-0/+12
|
* Print missing docs by defaultMateusz Kowalczyk2014-12-183-4/+6
| | | | Adds --no-print-missing-docs
* Fix dependency versionMateusz Kowalczyk2014-12-181-1/+1
|
* Only keep one Version instead of blindly appendingMateusz Kowalczyk2014-12-173-13/+20
|
* Fixup ghc.mk (follow-up to 1739375eb23342)Herbert Valerio Riedel2014-12-141-1/+14
| | | | | This makes the GHC build-system aware of the data-files to be copied into the bindist (as haddock.cabal doesn't list those anymore)
* Treat GHC 7.10 the same as GHC 7.9Herbert Valerio Riedel2014-12-142-2/+2
| | | | ...since the current GHC 7.9 is going to become GHC 7.10 real-soon-now anyway
* Remove redundant wild-card pattern matchHerbert Valerio Riedel2014-12-141-1/+0
| | | | (this would otherwise cause a build-failure with `-Werror`)
* Various fixups and bumps for next releaseMateusz Kowalczyk2014-12-1212-34/+23
|
* For pattern synonyms, render "pattern" as a keywordDr. ERDI Gergo2014-12-123-11/+31
|
* Support for PartialTypeSignaturesThomas Winant2014-12-128-55/+72
| | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs haddock-api/src/Haddock/Interface/Create.hs
* Follow API changes in D426Alan Zimmerman2014-12-128-88/+120
| | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Backends/LaTeX.hs haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs
* Changes to reflect refactoring in GHC as part of #7484Richard Eisenberg2014-12-121-0/+1
|
* Follow changes from #9812Jan Stolarek2014-12-121-11/+8
| | | | | Conflicts: haddock-api/src/Haddock/Convert.hs
* Update Haddock to new pattern synonym type signature syntaxDr. ERDI Gergo2014-12-127-112/+105
| | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs
* Make compatible with `deepseq-1.4.0.0`Herbert Valerio Riedel2014-12-121-3/+3
| | | | ...by not relying on the default method implementation of `rnf`
* Remove overlapping pattern matchAustin Seipp2014-12-121-1/+0
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* reflect ForeignType constructore removalYuras Shumovich2014-12-121-4/+0
| | | | | | | | Reviewers: austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D358
* Collapse user-defined section by default (re #335)Herbert Valerio Riedel2014-12-121-1/+1
| | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs
* Add .arclint file.Austin Seipp2014-12-121-0/+24
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add an .arcconfig file.Austin Seipp2014-12-121-0/+5
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Disambiguate string-literalsHerbert Valerio Riedel2014-12-121-4/+4
| | | | | | | | GHC fails type-inference with `OverloadedStrings` + `Data.Foldable.elem` otherwise. Conflicts: haddock-library/src/Documentation/Haddock/Parser.hs
* Properly render package ID (not package key) in index, fixes #329.Edward Z. Yang2014-12-123-13/+18
| | | | | | | Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Conflicts: haddock-api/src/Haddock/ModuleTree.hs
* Followup changes to addition of -fwarn-context-quantification (GHC Trac #4426)Krzysztof Gogolewski2014-12-123-2/+7
|
* Bump ‘base’ constraintMateusz Kowalczyk2014-12-123-3/+3
| | | | Follows the similar commit made on ghc-head branch
* Follow changes to TypeAnnot in GHC HEADAlan Zimmerman2014-12-122-11/+26
| | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Convert.hs
* Import Data.Word w/o import-listHerbert Valerio Riedel2014-12-121-1/+1
| | | | | | | This is needed to keep the compilation warning free (and thus pass GHC's ./validate) regardless of whether Word is re-exported from Prelude or not See https://ghc.haskell.org/trac/ghc/ticket/9531 for more details