aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Accept test outputDavid Waern2008-01-251-1/+1
|
* A a bug report to TODODavid Waern2008-01-231-0/+13
|
* Add a bug reported by Ross to TODODavid Waern2008-01-231-0/+3
|
* Record a bug in TODODavid Waern2008-01-161-0/+2
|
* Add feature-requsts from Henning Thielemann to TODODavid Waern2008-01-161-0/+18
|
* Remove dep on processDavid Waern2008-01-071-1/+0
|
* Remove dep on CabalDavid Waern2008-01-071-1/+0
|
* Export necessary stuff from Distribution.HaddockDavid Waern2008-01-072-0/+6
|
* Add documentation for readInterfaceFileDavid Waern2008-01-071-1/+5
|
* Change my email address in the cabal fileDavid Waern2008-01-071-1/+1
|
* Change synopsis field to descriptionDavid Waern2008-01-071-1/+1
|
* WibbleDavid Waern2008-01-071-3/+3
|
* WibbleDavid Waern2008-01-071-1/+1
|
* Document OPTIONS_HADDOCKDavid Waern2008-01-071-10/+4
|
* Remove the documenation section on derived instancesDavid Waern2008-01-071-32/+0
| | | | The problem mentioned there doesn't exist in Haddock 2.0.0.0
* Document the --optghc flagDavid Waern2008-01-071-0/+11
|
* Update the "Using literate or pre-processed source" sectionDavid Waern2008-01-071-23/+6
|
* Remove --no-implicit-prelide flagDavid Waern2008-01-071-3/+0
|
* Remove --use-package, --package & --no-implicit.. flags from docsDavid Waern2008-01-071-49/+0
|
* Update CHANGESDavid Waern2008-01-071-0/+5
|
* Document -B optionDavid Waern2008-01-071-0/+12
|
* Update docs to say that Haddock accets .lhs files and module namesDavid Waern2008-01-071-3/+2
|
* Documentation fixDavid Waern2008-01-071-3/+1
|
* Update CHANGESDavid Waern2008-01-071-0/+2
|
* Change url to repo in documentationDavid Waern2008-01-071-1/+1
|
* WibbleDavid Waern2008-01-071-1/+1
|
* Update CHANGES for 2.0.0.0David Waern2008-01-071-0/+24
|
* Remove the -use-package flag, we don't support it anywayDavid Waern2008-01-071-3/+0
|
* Manually merge over changes to CHANGES for 0.9David Waern2008-01-071-0/+26
|
* Change version in docs and specDavid Waern2008-01-072-2/+2
|
* doc updatesSimon Marlow2007-12-202-6/+2
|
* update versionSimon Marlow2007-12-201-1/+1
|
* update version numberSimon Marlow2007-12-201-1/+1
|
* add build scriptsSimon Marlow2007-12-202-0/+52
|
* Depend on ghc >= 6.8.2 && < 6.9David Waern2008-01-061-1/+1
|
* Add missing modules to the cabal fileDavid Waern2008-01-061-0/+2
|
* Change version to 2.0.0.0David Waern2008-01-061-1/+1
|
* Add haskell.vim (it had been removed somehow)David Waern2008-01-061-0/+68
|
* Change stability from stable to experimentalDavid Waern2008-01-061-1/+1
|
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-063-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 moduleSimon Marlow2007-12-061-3/+11
|
* add an itemSimon Marlow2007-12-201-0/+2
|
* Add "cabal-version: >= 1.2" to the cabal fileDavid Waern2008-01-051-0/+1
|
* Add DrIFT commandsDavid Waern2008-01-051-1/+2
|
* Give a diff on test failureDavid Waern2007-12-081-1/+2
|
* Update testsDavid Waern2007-12-0814-220/+24
|
* Fix a bug (use ppTyName instead of ppName to print names in type apps)David Waern2007-12-081-1/+1
|
* Fix rendering of class operatorsDavid Waern2007-12-081-42/+26
|
* Fix rendering of instance heads to handle infix operatorsDavid Waern2007-12-081-13/+22
| | | | | This is also a refactoring to share this code for rendering predicates.
* Use ppParendType when printing types args in predicatesDavid Waern2007-12-081-4/+5
|