summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-2/+2
|
* Make configure error out on missing ghc-tarballs on WindowsTamar Christina2015-07-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently checking out the source on windows requires two git checkouts. One for the GHC sources and one for the GHC-tarballs. This patch will make configure issue an error if compiling under windows and the GHC-tarballs folder is missing. On failure the user is told which command they need to run to get the tarballs or if they want configure to handle it for them configure provide the `--enable-tarballs-autodownload` flag. Test Plan: 1. make sure ghc-tarballs folder is not present 2. run ./configure which should fail giving an error that tarballs is missing and how to get it 3. run ./configure --enable-tarballs-autodownload and the tarballs should be downloaded and configure finishes 4. rerun the command in 3, no new download should be done. 5. run configure without --enable-tarballs-autodownload, configure should finish correctly. Reviewers: bgamari, austin, thomie Reviewed By: thomie Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1108 GHC Trac Issues: #10705
* Remove all references to sync-allThomas Miedema2015-07-151-20/+11
|
* Explain how to clone GitHub forks. Ticket #8379.Thomas Miedema2014-08-191-7/+9
| | | | | | | This information is mirrored at: http://ghc.haskell.org/trac/ghc/wiki/Building/GettingTheSources#GettingaGHCrepositoryfromGitHub Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add travis-ci badgeGabor Greif2014-07-121-0/+2
|
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-12/+12
|
* Whitespace change to test Trac/Gitolite.Austin Seipp2013-08-091-3/+3
| | | | | | This references #8121 Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Make sure README.md mentions that make can build in parallel.Austin Seipp2013-03-291-1/+6
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Revert "Make sure README.md mentions that make can build in parallel."Austin Seipp2013-03-291-6/+1
| | | | This reverts commit 0b72347dc468ba081d67385a077238bcaa9eb4d5.
* Revert "Wibble."Austin Seipp2013-03-291-1/+1
| | | | This reverts commit e7ca132466e3c2e71f7c8fdb2b96ec87c24353be.
* Wibble.Austin Seipp2013-03-291-1/+1
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Make sure README.md mentions that make can build in parallel.Austin Seipp2013-03-291-1/+6
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Add more notes on hacking and filing bugs to README.mdAustin Seipp2013-03-041-19/+48
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Convert README to markdown.David Terei2013-02-131-0/+100
Patch from morabbin!