aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove LANGUAGE ForeignFunctionInterface pragmasDavid Waern2010-11-162-2/+1
|
* Style wibblesDavid Waern2010-11-161-26/+26
|
* Remove Haskell 2010 extensions from .cabal fileDavid Waern2010-11-161-4/+2
|
* Rename the HCAR entry fileDavid Waern2010-11-151-0/+0
|
* WibbleDavid Waern2010-11-151-1/+1
|
* Remove docNameOcc under the motto "don't name compositions"David Waern2010-11-155-23/+17
|
* Just say "internal error" instead of "internal Haddock or GHC error"David Waern2010-11-151-1/+1
|
* Match all AsyncExceptions in exception handlerDavid Waern2010-11-151-3/+10
|
* Remove more ghc < 7 codeDavid Waern2010-11-151-1/+0
|
* Fix bad mergeDavid Waern2010-11-151-1/+1
|
* Remove code for ghc < 7David Waern2010-11-157-63/+1
|
* Solve conflictDavid Waern2010-11-141-2/+2
|
* TAG 2.8.2David Waern2010-11-140-0/+0
|
* Require ghc >= 7.0David Waern2010-11-141-2/+2
|
* Update HCAR entry with November 2010 versionDavid Waern2010-11-141-12/+14
|
* Make the HCAR entry smallerDavid Waern2010-11-071-24/+5
|
* Update the HCAR entryDavid Waern2010-11-071-34/+58
|
* follow changes in the GHC APISimon Marlow2010-10-274-3/+20
|
* Bump GHC depIan Lynagh2010-09-221-2/+2
|
* Solve conflictDavid Waern2010-11-141-1/+2
|
* Bump version to 2.8.2David Waern2010-11-144-3/+9
|
* Follow extension-flattening change in GHCIan Lynagh2010-10-231-6/+1
|
* Tidy up haddock symlink installationIan Lynagh2010-09-301-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 #4353Ian Lynagh2010-09-291-2/+2
|
* Fixes for when HADDOCK_DOCS=NOIan Lynagh2010-09-211-1/+4
|
* Don't build haddock is HADDOCK_DOCS is NOIan Lynagh2010-09-211-0/+4
|
* Fix up __GLASGOW_HASKELL__ testsIan Lynagh2010-09-211-2/+2
|
* Bump GHC dep upper boundIan Lynagh2010-09-211-2/+2
|
* Remove duplicate Outputable instance for Data.Map.MapIan Lynagh2010-09-151-5/+0
|
* Adapt to minor changes in internal GHC functionssimonpj2010-09-133-7/+8
|
* TAG 2.8.1David Waern2010-11-140-0/+0
|
* Bump versionDavid Waern2010-11-144-3/+7
|
* Change to index pages: include an 'All' option even when subdividing A-Z.rrnewton2010-10-242-9/+14
|
* Add a pointer to the style guideDavid Waern2010-10-171-0/+3
|
* Style policeDavid Waern2010-10-161-13/+14
|
* Style policeDavid Waern2010-10-163-9/+13
|
* Use "qual" as an abbreviation for qualification instead of "quali" for ↵David Waern2010-10-167-206/+206
| | | | consistency
* Solve conflictsDavid Waern2010-10-163-14/+27
|
* corrected qualification help messageTobias Brandt2010-08-271-2/+1
|
* adding support for local and relative name qualificationTobias Brandt2010-08-274-10/+46
|
* adding the option to fully qualify identifiersTobias Brandt2010-08-278-253/+291
|
* Style wibbleDavid Waern2010-10-031-3/+3
|
* print haddock coverage info on stdout when generating docsSimon Michael2010-09-223-4/+23
| | | | | | A module's haddockable items are its exports and the module itself. The output is lightly formatted so you can align the :'s and sort for readability.
* add hints for cleaner darcs show authors outputSimon Michael2010-09-221-0/+10
|
* make TOC group header identifiers validateMark Lentczner2010-09-042-2/+10
|
* H.Utils needs FFI on Win+MinGW David Waern2010-09-021-0/+1
|
* Add a note to ANNOUNCEDavid Waern2010-09-021-0/+3
|
* Update release instructionsDavid Waern2010-09-021-1/+1
|
* Update copyright years in licenseDavid Waern2010-09-022-2/+2
|
* Add a list of contributors to the user guideDavid Waern2010-09-021-6/+48
| | | | | | | | | | | Break out everyone thanked in the `Acknowledgements` chapter into a separate contributor list and add everyone from `darcs show authors`. We consider everyone who is thanked to be a contributor as a conservative estimation :-) I have added some more contributors that I know about, who were not in the darcs history, but others may be missing. So please add anyone that you think is missing from the list.