Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loosen bounds on haddock-* | Mateusz Kowalczyk | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Post-release version bumps and changelog | Mateusz Kowalczyk | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | Don't print instance safety information in Hoogle | Mateusz Kowalczyk | 2015-03-27 | 1 | -2/+11 |
| | | | | Fixes #168 | ||||
* | Output method documentation in Hoogle backend | Mateusz Kowalczyk | 2015-03-27 | 1 | -11/+21 |
| | | | | | | | | | 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 | ||||
* | Fully qualify names in Hoogle instances output | Mateusz Kowalczyk | 2015-03-27 | 1 | -4/+6 |
| | | | | Closes #263 | ||||
* | Fix Hoogle display of constructors | Mateusz Kowalczyk | 2015-03-27 | 1 | -1/+4 |
| | | | | Fixes #361 | ||||
* | Clearly default to variables in out of scope case | Mateusz Kowalczyk | 2015-03-27 | 1 | -23/+40 |
| | |||||
* | Remove now redundant imports | Mateusz Kowalczyk | 2015-03-26 | 8 | -10/+0 |
| | |||||
* | Make the error encountered when a package can't be found more | Ben Gamari | 2015-03-25 | 1 | -12/+21 |
| | | | | | | user-friendly Closes #369 | ||||
* | Prevent Synopsis from using up too much horizontal space | Phil Ruffwind | 2015-03-16 | 1 | -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 D538 | Alan Zimmerman | 2015-01-23 | 8 | -69/+61 |
| | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> (cherry picked from commit d61bbc75890e4eb0ad508b9c2a27b91f691213e6) | ||||
* | Track naming change in DataCon | Simon Peyton Jones | 2015-01-23 | 1 | -3/+3 |
| | | | | (cherry picked from commit 04cf63d0195837ed52075ed7d2676e71831e8a0b) | ||||
* | Sort out some module import warnings | Mateusz Kowalczyk | 2015-01-22 | 3 | -4/+1 |
| | |||||
* | --package-name and --package-version flags | Mateusz Kowalczyk | 2015-01-22 | 3 | -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. | ||||
* | Links to source location of class instance definitions | jpmoresmau | 2015-01-22 | 7 | -32/+62 |
| | |||||
* | bump haddock-api ghc dependency to allow release candidate and first release | Luite Stegeman | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Add missing import for standalone haddock-api package | Luite Stegeman | 2014-12-22 | 1 | -0/+1 |
| | |||||
* | hide projectVersion from DynFlags since it clashes with ↵ | Luite Stegeman | 2014-12-19 | 1 | -1/+1 |
| | | | | Haddock.Version.projectVersion | ||||
* | Print missing docs by default | Mateusz Kowalczyk | 2014-12-18 | 2 | -4/+4 |
| | | | | Adds --no-print-missing-docs | ||||
* | Fix dependency version | Mateusz Kowalczyk | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | Only keep one Version instead of blindly appending | Mateusz Kowalczyk | 2014-12-17 | 1 | -3/+3 |
| | |||||
* | Treat GHC 7.10 the same as GHC 7.9 | Herbert Valerio Riedel | 2014-12-14 | 1 | -1/+1 |
| | | | | ...since the current GHC 7.9 is going to become GHC 7.10 real-soon-now anyway | ||||
* | Remove redundant wild-card pattern match | Herbert Valerio Riedel | 2014-12-14 | 1 | -1/+0 |
| | | | | (this would otherwise cause a build-failure with `-Werror`) | ||||
* | Various fixups and bumps for next release | Mateusz Kowalczyk | 2014-12-12 | 6 | -21/+9 |
| | |||||
* | For pattern synonyms, render "pattern" as a keyword | Dr. ERDI Gergo | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | Support for PartialTypeSignatures | Thomas Winant | 2014-12-12 | 8 | -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 D426 | Alan Zimmerman | 2014-12-12 | 8 | -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 #7484 | Richard Eisenberg | 2014-12-12 | 1 | -0/+1 |
| | |||||
* | Follow changes from #9812 | Jan Stolarek | 2014-12-12 | 1 | -11/+8 |
| | | | | | Conflicts: haddock-api/src/Haddock/Convert.hs | ||||
* | Update Haddock to new pattern synonym type signature syntax | Dr. ERDI Gergo | 2014-12-12 | 5 | -92/+85 |
| | | | | | | 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 Riedel | 2014-12-12 | 1 | -3/+3 |
| | | | | ...by not relying on the default method implementation of `rnf` | ||||
* | Remove overlapping pattern match | Austin Seipp | 2014-12-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | reflect ForeignType constructore removal | Yuras Shumovich | 2014-12-12 | 1 | -4/+0 |
| | | | | | | | | Reviewers: austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D358 | ||||
* | Collapse user-defined section by default (re #335) | Herbert Valerio Riedel | 2014-12-12 | 1 | -1/+1 |
| | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/DocMarkup.hs | ||||
* | Properly render package ID (not package key) in index, fixes #329. | Edward Z. Yang | 2014-12-12 | 3 | -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 Gogolewski | 2014-12-12 | 3 | -2/+7 |
| | |||||
* | Bump ‘base’ constraint | Mateusz Kowalczyk | 2014-12-12 | 1 | -1/+1 |
| | | | | Follows the similar commit made on ghc-head branch | ||||
* | Follow changes to TypeAnnot in GHC HEAD | Alan Zimmerman | 2014-12-12 | 2 | -11/+26 |
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Convert.hs | ||||
* | Changes due to ghc api changes in package representation | Duncan Coutts | 2014-12-12 | 3 | -27/+17 |
| | | | | | | | | | | Also fix a bug with finding the package name and version given a module. This had become wrong due to the package key changes (it was very hacky in the first place). We now look up the package key in the package db to get the package info properly. Conflicts: haddock-api/src/Haddock.hs | ||||
* | Revert "Merge branch 'reverts'" | Mateusz Kowalczyk | 2014-12-12 | 13 | -57/+65 |
| | | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs | ||||
* | header could contain several lines | jpmoresmau | 2014-12-10 | 1 | -1/+1 |
| | | | | Closes #348 | ||||
* | Allow the parser to spit out meta-info | Mateusz Kowalczyk | 2014-12-10 | 16 | -102/+144 |
| | | | | | | | | | | | | | | | Currently we only use it only for ‘since’ annotations but with these patches it should be fairly simple to add new attributes if we wish to. Closes #26. It seems to work fine but due to 7.10 rush I don't have the chance to do more exhaustive testing right now. The way the meta is output (emphasis at the end of the whole comment) is fairly arbitrary and subject to bikeshedding. Note that this makes test for Bug310 fail due to interface version bump: it can't find the docs for base with this interface version so it fails. There is not much we can do to help this because it tests for ’built-in’ identifier, not something we can provide ourselves. | ||||
* | Fix warnings | Mateusz Kowalczyk | 2014-11-04 | 3 | -6/+4 |
| | |||||
* | Turn some uses of error into recoverable warnings | Mateusz Kowalczyk | 2014-11-04 | 3 | -106/+141 |
| | | | | | | | This should at the very least not abort when something weird happens. It does feel like we should have a type that carries these errors until the end however as the user might not see them unless they are printed at the end. | ||||
* | Fix re-exports of built-in type families | Mateusz Kowalczyk | 2014-11-04 | 1 | -4/+7 |
| | | | | Fixes #310 | ||||
* | whitespace only | Mateusz Kowalczyk | 2014-11-04 | 1 | -9/+9 |
| | |||||
* | Experimental support for collapsable headers | Mateusz Kowalczyk | 2014-10-29 | 5 | -30/+118 |
| | | | | Closes #335 | ||||
* | Fix improper lazy IO use | treeowl | 2014-10-09 | 1 | -1/+1 |
| | | | Make `getPrologue` force `parseParas dflags str` before returning. Without this, it will attempt to read from the file after it is closed, with unspecified and generally bad results. | ||||
* | Bump haddock-library version | Mateusz Kowalczyk | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Omit unnecessary foralls and fix #315 | Niklas Haas | 2014-08-24 | 1 | -21/+20 |
| | | | | This also fixes #86. |