Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add feature-requsts from Henning Thielemann to TODO | David Waern | 2008-01-16 | 1 | -0/+18 |
| | |||||
* | Remove dep on process | David Waern | 2008-01-07 | 1 | -1/+0 |
| | |||||
* | Remove dep on Cabal | David Waern | 2008-01-07 | 1 | -1/+0 |
| | |||||
* | Export necessary stuff from Distribution.Haddock | David Waern | 2008-01-07 | 2 | -0/+6 |
| | |||||
* | Add documentation for readInterfaceFile | David Waern | 2008-01-07 | 1 | -1/+5 |
| | |||||
* | Change my email address in the cabal file | David Waern | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Change synopsis field to description | David Waern | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Wibble | David Waern | 2008-01-07 | 1 | -3/+3 |
| | |||||
* | Wibble | David Waern | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Document OPTIONS_HADDOCK | David Waern | 2008-01-07 | 1 | -10/+4 |
| | |||||
* | Remove the documenation section on derived instances | David Waern | 2008-01-07 | 1 | -32/+0 |
| | | | | The problem mentioned there doesn't exist in Haddock 2.0.0.0 | ||||
* | Document the --optghc flag | David Waern | 2008-01-07 | 1 | -0/+11 |
| | |||||
* | Update the "Using literate or pre-processed source" section | David Waern | 2008-01-07 | 1 | -23/+6 |
| | |||||
* | Remove --no-implicit-prelide flag | David Waern | 2008-01-07 | 1 | -3/+0 |
| | |||||
* | Remove --use-package, --package & --no-implicit.. flags from docs | David Waern | 2008-01-07 | 1 | -49/+0 |
| | |||||
* | Update CHANGES | David Waern | 2008-01-07 | 1 | -0/+5 |
| | |||||
* | Document -B option | David Waern | 2008-01-07 | 1 | -0/+12 |
| | |||||
* | Update docs to say that Haddock accets .lhs files and module names | David Waern | 2008-01-07 | 1 | -3/+2 |
| | |||||
* | Documentation fix | David Waern | 2008-01-07 | 1 | -3/+1 |
| | |||||
* | Update CHANGES | David Waern | 2008-01-07 | 1 | -0/+2 |
| | |||||
* | Change url to repo in documentation | David Waern | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Wibble | David Waern | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Update CHANGES for 2.0.0.0 | David Waern | 2008-01-07 | 1 | -0/+24 |
| | |||||
* | Remove the -use-package flag, we don't support it anyway | David Waern | 2008-01-07 | 1 | -3/+0 |
| | |||||
* | Manually merge over changes to CHANGES for 0.9 | David Waern | 2008-01-07 | 1 | -0/+26 |
| | |||||
* | Change version in docs and spec | David Waern | 2008-01-07 | 2 | -2/+2 |
| | |||||
* | doc updates | Simon Marlow | 2007-12-20 | 2 | -6/+2 |
| | |||||
* | update version | Simon Marlow | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | update version number | Simon Marlow | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | add build scripts | Simon Marlow | 2007-12-20 | 2 | -0/+52 |
| | |||||
* | Depend on ghc >= 6.8.2 && < 6.9 | David Waern | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | Add missing modules to the cabal file | David Waern | 2008-01-06 | 1 | -0/+2 |
| | |||||
* | Change version to 2.0.0.0 | David Waern | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | Add haskell.vim (it had been removed somehow) | David Waern | 2008-01-06 | 1 | -0/+68 |
| | |||||
* | Change stability from stable to experimental | David Waern | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | Manual merge of a patch to the 0.8 branch | David Waern | 2008-01-06 | 3 | -22/+31 |
| | | | | | | | Thu Dec 6 15:00:10 CET 2007 Simon Marlow <simonmar@microsoft.com> * Source links must point to the original module, not the referring module | ||||
* | Source links must point to the original module, not the referring module | Simon Marlow | 2007-12-06 | 1 | -3/+11 |
| | |||||
* | add an item | Simon Marlow | 2007-12-20 | 1 | -0/+2 |
| | |||||
* | Add "cabal-version: >= 1.2" to the cabal file | David Waern | 2008-01-05 | 1 | -0/+1 |
| | |||||
* | Add DrIFT commands | David Waern | 2008-01-05 | 1 | -1/+2 |
| | |||||
* | Give a diff on test failure | David Waern | 2007-12-08 | 1 | -1/+2 |
| | |||||
* | Update tests | David Waern | 2007-12-08 | 14 | -220/+24 |
| | |||||
* | Fix a bug (use ppTyName instead of ppName to print names in type apps) | David Waern | 2007-12-08 | 1 | -1/+1 |
| | |||||
* | Fix rendering of class operators | David Waern | 2007-12-08 | 1 | -42/+26 |
| | |||||
* | Fix rendering of instance heads to handle infix operators | David Waern | 2007-12-08 | 1 | -13/+22 |
| | | | | | This is also a refactoring to share this code for rendering predicates. | ||||
* | Use ppParendType when printing types args in predicates | David Waern | 2007-12-08 | 1 | -4/+5 |
| | |||||
* | Add ppLParendTypes/ppLParendType | David Waern | 2007-12-08 | 1 | -4/+9 |
| | |||||
* | Handle infix operators correctly in the Type -> HsType translation | David Waern | 2007-12-08 | 1 | -3/+8 |
| | |||||
* | Code layout changes | David Waern | 2007-12-08 | 1 | -2/+2 |
| | |||||
* | Handle class operators correctly when rendering predicates | David Waern | 2007-12-08 | 1 | -1/+15 |
| |