summaryrefslogtreecommitdiff
path: root/docs/comm
Commit message (Collapse)AuthorAgeFilesLines
* rm -rf ./docs/commAustin Seipp2014-04-2838-6479/+0
| | | | | | | | The Commentary is now on the wiki and far more complete. This copy will of course live on in the annals of history, but there's no reason to keep it around still. Signed-off-by: Austin Seipp <austin@well-typed.com>
* Squash some spelling issuesGabor Greif2014-01-266-9/+9
|
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-013-4/+4
|
* Comments onlyGabor Greif2013-08-201-2/+2
|
* Fixed moer tyopsGabor Greif2013-04-251-2/+2
|
* Fix typosGabor Greif2013-04-061-2/+2
|
* Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-121-1/+1
| | | | | | | | | | | | | | | | Summary: - mdo expressions are enabled by RecursiveDo pragma - mdo expressions perform full segmentation - 'rec' groups inside 'do' are changed so they do *not* perform any segmentation. - Both 'mdo' and 'rec' are enabled by 'RecursiveDo' 'DoRec' is deprecated in favour of 'RecursiveDo' (The 'rec' keyword is also enabled by 'Arrows', as now.) Thanks to Levent for doing all the work
* typoGabor Greif2012-02-271-1/+1
|
* More commandline flag improvementsIan Lynagh2008-06-161-3/+3
| | | | | | | * Allow -ffoo flags to be deprecated * Mark some -ffoo flags as deprecated * Avoid using deprecated flags in error messages, in the build system, etc * Add a flag to en/disable the deprecated flag warning
* Remove references to the in-tree building guide from teh old commentaryIan Lynagh2007-03-062-3/+3
|
* Now in the wikiSimon Marlow2006-09-062-517/+1
|
* Reorganisation of the source treeSimon Marlow2006-04-0739-0/+6995
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.