Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise haddock.cabal given that we now require ghc-7 | Lennart Kolmodin | 2010-12-17 | 1 | -7/+9 |
| | | | | | default-language should be Haskell2010, slight new semantics for extensions. Rewrite into clearer dependencies of base and Cabal. | ||||
* | Fix indentation problem | David Waern | 2010-12-11 | 1 | -6/+6 |
| | |||||
* | TAG GHC 7.0.1 release | Ian Lynagh | 2010-11-17 | 0 | -0/+0 |
| | |||||
* | Docs: Mention that \ is a special character in markup | David Waern | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | (It'd be better for Alex to generate this pragma.) | ||||
* | Update ANNOUNCE | David Waern | 2010-12-06 | 1 | -55/+19 |
| | |||||
* | Update CHANGES | David Waern | 2010-12-06 | 1 | -0/+14 |
| | |||||
* | Update tests following version bump | David Waern | 2010-12-06 | 29 | -29/+29 |
| | |||||
* | Bump version | David Waern | 2010-12-06 | 3 | -3/+3 |
| | |||||
* | QUALI -> QUAL in the description --qual for consistency | David Waern | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Rename golden-tests into html-tests. "golden tests" sounds strange | David Waern | 2010-12-06 | 63 | -0/+0 |
| | |||||
* | Remove --debug. It was't used, and --verbosity should take its place | David Waern | 2010-12-06 | 2 | -17/+0 |
| | |||||
* | Haddockify ppHtml comments | David Waern | 2010-12-06 | 1 | -11/+11 |
| | |||||
* | Wibble | David Waern | 2010-12-06 | 1 | -0/+1 |
| | |||||
* | Use --pretty-html when running the test suite. Makes it easier to compare output | David Waern | 2010-12-06 | 30 | -279/+5262 |
| | |||||
* | Add a flag --pretty-html for rendering indented html with newlines | David Waern | 2010-12-06 | 4 | -27/+37 |
| | |||||
* | Update tests following recent changes | David Waern | 2010-12-06 | 28 | -53/+53 |
| | |||||
* | Update tests following version bump | David Waern | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | Make tests compile with ghc 7.0.1 | David Waern | 2010-12-01 | 3 | -7/+5 |
| | |||||
* | Update deps of runtests.hs to work with ghc 7.0.1 | David Waern | 2010-12-01 | 1 | -2/+2 |
| | |||||
* | Update CHANGES - don't mention 2.8.2, we won't release it | David Waern | 2010-11-23 | 1 | -3/+5 |
| | |||||
* | documentation for qualification | tob.brandt | 2010-11-23 | 1 | -0/+55 |
| | |||||
* | 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 | 2 | -10/+15 |
| | |||||
* | 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 |
| | |||||
* | Remove LANGUAGE ForeignFunctionInterface pragmas | David Waern | 2010-11-16 | 2 | -2/+1 |
| | |||||
* | Style wibbles | David Waern | 2010-11-16 | 1 | -26/+26 |
| | |||||
* | Remove Haskell 2010 extensions from .cabal file | David Waern | 2010-11-16 | 1 | -4/+2 |
| | |||||
* | Rename the HCAR entry file | David Waern | 2010-11-15 | 1 | -0/+0 |
| | |||||
* | Wibble | David Waern | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Remove docNameOcc under the motto "don't name compositions" | David Waern | 2010-11-15 | 5 | -23/+17 |
| | |||||
* | Just say "internal error" instead of "internal Haddock or GHC error" | David Waern | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Match all AsyncExceptions in exception handler | David Waern | 2010-11-15 | 1 | -3/+10 |
| | |||||
* | Remove more ghc < 7 code | David Waern | 2010-11-15 | 1 | -1/+0 |
| | |||||
* | Fix bad merge | David Waern | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Remove code for ghc < 7 | David Waern | 2010-11-15 | 7 | -63/+1 |
| | |||||
* | Solve conflict | David Waern | 2010-11-14 | 1 | -2/+2 |
| | |||||
* | TAG 2.8.2 | David Waern | 2010-11-14 | 0 | -0/+0 |
| | |||||
* | Require ghc >= 7.0 | David Waern | 2010-11-14 | 1 | -2/+2 |
| | |||||
* | Update HCAR entry with November 2010 version | David Waern | 2010-11-14 | 1 | -12/+14 |
| | |||||
* | Make the HCAR entry smaller | David Waern | 2010-11-07 | 1 | -24/+5 |
| | |||||
* | Update the HCAR entry | David Waern | 2010-11-07 | 1 | -34/+58 |
| |