Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | follow changes in the GHC API | Simon Marlow | 2010-10-27 | 4 | -3/+20 | |
| | ||||||
* | Bump GHC dep | Ian Lynagh | 2010-09-22 | 1 | -2/+2 | |
| | ||||||
* | Solve conflict | David Waern | 2010-11-14 | 1 | -1/+2 | |
| | ||||||
* | Bump version to 2.8.2 | David Waern | 2010-11-14 | 4 | -3/+9 | |
| | ||||||
* | Follow extension-flattening change in GHC | Ian Lynagh | 2010-10-23 | 1 | -6/+1 | |
| | ||||||
* | Tidy up haddock symlink installation | Ian Lynagh | 2010-09-30 | 1 | -5/+5 | |
| | | | | | In particular, it now doesn't get created if we aren't installing haddock. | |||||
* | Fix URL creation on Windows: Use / not \ in URLs. Fixes #4353 | Ian Lynagh | 2010-09-29 | 1 | -2/+2 | |
| | ||||||
* | Fixes for when HADDOCK_DOCS=NO | Ian Lynagh | 2010-09-21 | 1 | -1/+4 | |
| | ||||||
* | Don't build haddock is HADDOCK_DOCS is NO | Ian Lynagh | 2010-09-21 | 1 | -0/+4 | |
| | ||||||
* | Fix up __GLASGOW_HASKELL__ tests | Ian Lynagh | 2010-09-21 | 1 | -2/+2 | |
| | ||||||
* | Bump GHC dep upper bound | Ian Lynagh | 2010-09-21 | 1 | -2/+2 | |
| | ||||||
* | Remove duplicate Outputable instance for Data.Map.Map | Ian Lynagh | 2010-09-15 | 1 | -5/+0 | |
| | ||||||
* | Adapt to minor changes in internal GHC functions | simonpj | 2010-09-13 | 3 | -7/+8 | |
| | ||||||
* | TAG 2.8.1 | David Waern | 2010-11-14 | 0 | -0/+0 | |
| | ||||||
* | Bump version | David Waern | 2010-11-14 | 4 | -3/+7 | |
| |