| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Improved declNames internal error. Added a case to handle DocD. | Ryan Newton | 2011-11-05 | 1 | -3/+24 |
* | | Merge branch 'master' of http://darcs.haskell.org/haddock | David Waern | 2011-11-06 | 11 | -149/+132 |
|\| |
|
| * | Merge branch 'development' | David Waern | 2011-10-22 | 1 | -7/+3 |
| |\ |
|
| * | | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 6 | -16/+28 |
| * | | Follow changes to ForeignImport/ForeignExport in GHC | Ian Lynagh | 2011-10-01 | 6 | -11/+11 |
| * | | Merge branch 'master' of http://darcs.haskell.org/haddock | David Waern | 2011-10-01 | 1 | -20/+35 |
| |\ \ |
|
| | * | | Follow changes to BinIface Name serialization | Max Bolingbroke | 2011-09-27 | 1 | -20/+35 |
| * | | | Merge branch 'development' | David Waern | 2011-10-01 | 2 | -7/+9 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Replace FactTuple with ConstraintTuple | Max Bolingbroke | 2011-09-09 | 1 | -3/+3 |
| * | | | Merge branch 'no-pred-ty' | Max Bolingbroke | 2011-09-09 | 8 | -115/+75 |
| |\ \ \ |
|
| | * | | | Adapt Haddock for the ConstraintKind extension changes | Max Bolingbroke | 2011-09-06 | 8 | -106/+73 |
| * | | | | Ignore associated type defaults (just as we ignore default methods) | Max Bolingbroke | 2011-09-09 | 4 | -10/+18 |
| |/ / / |
|
| * | | | Hack this to make it work with both Alex 2.x and Alex 3.x. Unicode in | Simon Marlow | 2011-08-11 | 1 | -2/+32 |
* | | | | Add --print-ghc-path. | David Waern | 2011-10-27 | 1 | -0/+3 |
| |_|/
|/| | |
|
* | | | Bump .haddock file version since the format has changed recently | David Waern | 2011-10-22 | 1 | -7/+3 |
* | | | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 6 | -16/+28 |
* | | | Hack this to make it work with both Alex 2.x and Alex 3.x. Unicode in | Simon Marlow | 2011-10-04 | 1 | -2/+32 |
| |/
|/| |
|
* | | Merge in darcs patch: | David Waern | 2011-10-01 | 1 | -2/+5 |
* | | Merge in darcs patch from Simon Meier: | David Waern | 2011-10-01 | 1 | -5/+4 |
|/ |
|
* | Bump GHC dep to allow 7.2 | Ian Lynagh | 2011-06-26 | 1 | -0/+4 |
* | Fix build | Ian Lynagh | 2011-06-17 | 8 | -14/+27 |
* | * Merge in git patch from Michal Terepeta | David Waern | 2011-06-11 | 10 | -122/+194 |
* | Add git commits since switchover: | David Waern | 2011-06-10 | 6 | -18/+39 |
* | Indentation | David Waern | 2011-05-22 | 1 | -14/+14 |
* | Fix some stylistic issues in mkExportItems | David Waern | 2011-05-22 | 1 | -19/+11 |
* | Break out fullContentsOf, give it a better name and some documentation | David Waern | 2011-05-22 | 1 | -22/+46 |
* | Fix a bug | David Waern | 2011-05-22 | 1 | -3/+3 |
* | We don't need to send DocOptions nor a flag to mkExportItems | David Waern | 2011-05-22 | 1 | -9/+9 |
* | Improve a haddock comment | David Waern | 2011-05-21 | 1 | -2/+2 |
* | Add support for blank lines in the result of examples | Simon Hengel | 2011-04-08 | 1 | -4/+11 |
* | Fix build with ghc 7.0.1 | David Waern | 2011-03-10 | 1 | -0/+4 |
* | Update Haddock to reflect change in hs_tyclds field of HsGroup | simonpj | 2011-01-10 | 1 | -7/+7 |
* | Put title outside doc div when HTML:fying title+prologue | David Waern | 2011-01-22 | 1 | -1/+1 |
* | Write hoogle output in utf8; fixes GHC build on Windows | Ian Lynagh | 2011-01-05 | 1 | -3/+5 |
* | Solve conflicts | David Waern | 2010-12-07 | 2 | -0/+2 |
* | Add {-# LANGUAGE BangPatterns #-} to mollify GHC | Simon Marlow | 2010-11-17 | 1 | -1/+0 |
* | Alex generates BangPatterns, so make Lex.x accept them | simonpj | 2010-11-15 | 1 | -1/+0 |
* | QUALI -> QUAL in the description --qual for consistency | David Waern | 2010-12-06 | 1 | -1/+1 |
* | Remove --debug. It was't used, and --verbosity should take its place | David Waern | 2010-12-06 | 1 | -3/+0 |
* | Haddockify ppHtml comments | David Waern | 2010-12-06 | 1 | -11/+11 |
* | Add a flag --pretty-html for rendering indented html with newlines | David Waern | 2010-12-06 | 3 | -24/+32 |
* | Add BangPatterns to alex and happy source files | David Waern | 2010-11-21 | 2 | -0/+2 |
* | Re-order functions | David Waern | 2010-11-20 | 1 | -8/+8 |
* | Re-structure qualification code a little | David Waern | 2010-11-20 | 1 | -20/+19 |
* | add full qualification for undocumented names | tob.brandt | 2010-11-20 | 1 | -3/+2 |
* | Follow the style guide closer in Haddock.Types and improve docs | David Waern | 2010-11-20 | 1 | -143/+147 |
* | Haddock documentation updates | David Waern | 2010-11-20 | 1 | -8/+14 |
* | hlint police | David Waern | 2010-11-16 | 6 | -20/+20 |
* | hlint police | David Waern | 2010-11-16 | 2 | -21/+19 |
* | Make a little more use of DoAndIfThenElse | David Waern | 2010-11-16 | 2 | -69/+66 |