summaryrefslogtreecommitdiff
path: root/driver/ghci-usage.txt
Commit message (Collapse)AuthorAgeFilesLines
* Shorten long lines in DynFlags, add details to ghci usage guide.Lennart Kolmodin2014-11-301-0/+3
| | | | | | | | | | | | | | | | Summary: Shorten long lines in DynFlags. Describe --show-options in ghci usage guide. Reviewers: jstolarek, austin Reviewed By: jstolarek, austin Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D532 GHC Trac Issues: #9259
* Update documentationJan Stolarek2014-07-031-1/+1
| | | | | * fix links to the User's Guide in ghc and ghci --help messages * fix default stack size info in RTS help message
* Remove fglasgow-exts from ghci --helpKrzysztof Gogolewski2013-09-231-2/+0
| | | | It has been deprecated for long and already removed from ghc --help
* Update the URL in the usage info to point to the current docs locationIan Lynagh2009-09-111-1/+1
|
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+26
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.