Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor formatting change | Simon Hengel | 2012-10-14 | 1 | -19/+19 |
| | |||||
* | If parsing of deprecation message fails, include it verbatim | Simon Hengel | 2012-10-14 | 1 | -9/+10 |
| | |||||
* | Allow haddock markup in deprecation messages | Simon Hengel | 2012-10-14 | 3 | -22/+68 |
| | |||||
* | Handle more cases in renameType | Simon Hengel | 2012-10-14 | 1 | -14/+19 |
| | |||||
* | Simplify lookupRn | Simon Hengel | 2012-10-14 | 1 | -7/+7 |
| | |||||
* | Simplify RnM type | Simon Hengel | 2012-10-14 | 1 | -10/+9 |
| | |||||
* | Better error messages | Simon Hengel | 2012-10-13 | 1 | -2/+6 |
| | |||||
* | Handle HsExplicitListTy in renameer (fixes #213) | Simon Hengel | 2012-10-13 | 1 | -0/+2 |
| | |||||
* | Improve note about `binaryInterfaceVersion` (thanks David) | Simon Hengel | 2012-10-12 | 1 | -2/+3 |
| | |||||
* | Remove redundant if-defs, more source documentation | Simon Hengel | 2012-10-11 | 1 | -15/+16 |
| | |||||
* | Allow to load interface files with compatible versions | Simon Hengel | 2012-10-09 | 1 | -1/+4 |
| | |||||
* | Fix parser bug | Simon Hengel | 2012-10-09 | 1 | -1/+3 |
| | |||||
* | Bump interface version | Simon Hengel | 2012-10-09 | 1 | -5/+5 |
| | |||||
* | Simplify lexing/parsing of properties | Simon Hengel | 2012-10-09 | 2 | -13/+13 |
| | | | | | In contrast to what we do for examples, we do not really need to capture the "prompt" here. | ||||
* | Add markup support for properties | Kazu Yamamoto | 2012-10-09 | 10 | -0/+29 |
| | |||||
* | Fix spurious superclass constraints bug. | David Waern | 2012-09-28 | 1 | -8/+23 |
| | |||||
* | Follow changes in GHC. | David Waern | 2012-09-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into ↵ | David Waern | 2012-09-07 | 2 | -7/+55 |
|\ | | | | | | | ghc-7.6 | ||||
| * | Hide "internal" instances | Roman Cheplyaka | 2012-07-27 | 2 | -7/+55 |
| | | | | | | | | | | | | | | This fixes #37 (http://trac.haskell.org/haddock/ticket/37) Precisely, we show an instance iff its class and all the types are exported by non-hidden modules. | ||||
* | | Improve haddock memory usage | Ian Lynagh | 2012-08-13 | 4 | -51/+68 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6 | David Waern | 2012-07-23 | 11 | -21/+52 |
|\ \ | | | | | | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs | ||||
| * | | Add a type signature for a where-binding | Simon Hengel | 2012-05-27 | 1 | -0/+1 |
| | | | |||||
| * | | Fix typo in comment | Simon Hengel | 2012-05-27 | 1 | -1/+1 |
| | | | |||||
| * | | Use LANGUAGE pragmas instead of default-extensions in cabal file | Simon Hengel | 2012-05-27 | 3 | -2/+3 |
| | | | |||||
| * | | Add support for hyperlink labels to parser | Simon Hengel | 2012-05-27 | 2 | -2/+11 |
| | | | |||||
| * | | Add an optional label to URLs | Simon Hengel | 2012-05-27 | 9 | -17/+37 |
| | | | |||||
* | | | Update dependencies. | Paolo Capriotti | 2012-07-20 | 1 | -0/+2 |
| | | | |||||
* | | | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 17 | -375/+513 |
|\| | | |||||
| * | | Use a map for warnings, as suggested by @waern | Simon Hengel | 2012-05-26 | 1 | -23/+20 |
| | | | |||||
| * | | Add Applicative instance for (GenRnM a) | Simon Hengel | 2012-05-26 | 1 | -2/+6 |
| | | | |||||
| * | | Simplify lookupWarning | Simon Hengel | 2012-05-17 | 1 | -6/+8 |
| | | | |||||
| * | | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 8 | -53/+56 |
| | | | |||||
| * | | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 8 | -85/+89 |
| | | | |||||
| * | | Use >>= instead of fmap and join | Simon Hengel | 2012-05-17 | 2 | -7/+4 |
| | | | |||||
| * | | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4 | David Waern | 2012-05-16 | 5 | -27/+48 |
| |\ \ | |||||
| | * | | qualification style 'abbreviated' -> 'aliased' | Henning Thielemann | 2012-04-02 | 5 | -22/+22 |
| | | | | |||||
| | * | | abbreviated qualification: use Packages.lookupModuleInAllPackages for ↵ | Henning Thielemann | 2012-04-02 | 3 | -12/+33 |
| | | | | | | | | | | | | | | | | finding the package that a module belongs to | ||||
| * | | | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4 | David Waern | 2012-05-15 | 2 | -5/+6 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fix reporting of modules safe haskell mode (#5989) | David Terei | 2012-04-06 | 2 | -5/+6 |
| | | | | |||||
| | * | | Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4 | David Waern | 2012-04-01 | 4 | -25/+42 |
| | |\ \ | |||||
| * | | | | 'abbreviate' qualification style - basic support | Henning Thielemann | 2012-04-01 | 5 | -28/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently we ignore the package a module is imported from. This means that a module import would shadow another one with the same module name from a different package. | ||||
| * | | | | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4 | Henning Thielemann | 2012-04-01 | 1 | -1/+2 |
| |\| | | | | |/ / | |/| | | |||||
| | * | | Don't crash on unicode strings in doc comments. | David Waern | 2012-04-01 | 1 | -1/+2 |
| | | | | |||||
| * | | | emit an error message when the --qual option is used incorrectly | Henning Thielemann | 2012-04-01 | 1 | -5/+8 |
| | | | | |||||
| * | | | add QualOption type for distinction between qualification argument given by ↵ | Henning Thielemann | 2012-04-01 | 4 | -25/+39 |
| |/ / | | | | | | | | | | | | | the user and the actual qualification for a concrete module | ||||
| * | | Fix crash when using --qual. Naughty GHC API! | David Waern | 2012-04-01 | 1 | -1/+4 |
| | | | |||||
| * | | Don't filter out unexported names from the four maps - fixes a regression. | David Waern | 2012-04-01 | 1 | -5/+4 |
| | | | |||||
| * | | Cleanup. | David Waern | 2012-04-01 | 1 | -12/+1 |
| | | | |||||
| * | | Take reader environment directly from TypecheckedSource. | David Waern | 2012-04-01 | 1 | -3/+11 |
| | | | |||||
| * | | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 10 | -88/+86 |
| | | |