This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ian Lynagh (author)
Fri Oct 23 07:35:12 -0700 2009
ghc /
| name | age | message | |
|---|---|---|---|
| |
.darcs-boring | Thu Jun 11 04:28:24 -0700 2009 | |
| |
ANNOUNCE | Wed Oct 22 09:44:23 -0700 2008 | |
| |
HACKING | Sat May 17 10:56:42 -0700 2008 | |
| |
LICENSE | Sat May 17 07:09:23 -0700 2008 | |
| |
MAKEHELP | Tue Jun 16 01:57:08 -0700 2009 | |
| |
Makefile | Sun Sep 27 12:17:40 -0700 2009 | |
| |
README | Mon Oct 12 02:51:42 -0700 2009 | |
| |
SUBMAKEHELP | Tue Jun 16 01:53:02 -0700 2009 | |
| |
aclocal.m4 | Mon Oct 12 14:34:14 -0700 2009 | |
| |
bindisttest/ | Sun Sep 27 14:50:31 -0700 2009 | |
| |
boot | Fri Oct 23 07:31:00 -0700 2009 | |
| |
boot-pkgs | Thu Sep 24 10:10:25 -0700 2009 | |
| |
compiler/ | Tue Oct 20 15:05:17 -0700 2009 | |
| |
config.guess | Tue Jan 27 01:53:43 -0800 2009 | |
| |
config.sub | Fri Jan 16 01:53:11 -0800 2009 | |
| |
configure.ac | Fri Oct 23 07:31:00 -0700 2009 | |
| |
darcs-all | Fri Oct 23 07:31:00 -0700 2009 | |
| |
distrib/ | Sun Oct 04 03:39:08 -0700 2009 | |
| |
docs/ | Tue Oct 20 00:42:29 -0700 2009 | |
| |
driver/ | Fri Oct 02 08:22:46 -0700 2009 | |
| |
extra-gcc-opts.in | Tue Aug 21 08:15:53 -0700 2007 | |
| |
ghc.mk | Tue Oct 20 14:56:27 -0700 2009 | |
| |
ghc.spec.in | Sun Apr 26 04:42:15 -0700 2009 | |
| |
ghc/ | Tue Oct 20 15:05:17 -0700 2009 | |
| |
includes/ | Thu Oct 15 03:02:12 -0700 2009 | |
| |
install-sh | Fri Jan 16 01:53:11 -0800 2009 | |
| |
libffi/ | Fri Oct 23 07:31:00 -0700 2009 | |
| |
libraries/ | Tue Oct 06 13:34:41 -0700 2009 | |
| |
mk/ | Fri Oct 23 07:35:12 -0700 2009 | |
| |
packages | Fri Oct 23 07:31:00 -0700 2009 | |
| |
quickcheck/ | Sat May 17 07:10:54 -0700 2008 | |
| |
rts/ | Tue Oct 20 04:50:20 -0700 2009 | |
| |
rules/ | Thu Oct 15 05:22:25 -0700 2009 | |
| |
sync-all | Sun Jan 04 10:46:52 -0800 2009 | |
| |
utils/ | Wed Oct 07 03:12:39 -0700 2009 | |
| |
validate | Fri Oct 09 13:31:25 -0700 2009 |
README
The Glasgow Haskell Compiler ============================ This is the source tree for GHC, a compiler and interactive environment for the Haskell functional programming language. For more information, visit GHC's web site: http://www.haskell.org/ghc/ Information for developers of GHC can be found here: http://hackage.haskell.org/trac/ghc/ Getting the Source ================== There are two ways to get a source tree: 1. Download source tarballs --------------------------- Download the GHC source distribution: ghc-<version>-src.tar.bz2 which contains GHC itself and the "boot" libraries. 2. Check out the source code from darcs --------------------------------------- The recommended way to get a darcs checkout is to start off by downloading a snapshot with a name like: ghc-HEAD-2009-09-09-ghc-corelibs-testsuite.tar.bz2 from: http://darcs.haskell.org/ and then untar it and bring it up-to-date with: $ cd ghc $ ./darcs-all get Alternatively you can use darcs to get the repos, but it will take a lot longer. First get the GHC darcs repository: $ darcs get http://darcs.haskell.org/ghc/ Then run the darcs-all script in that repository to get the other repositories: $ cd ghc $ chmod +x darcs-all $ ./darcs-all get This checks out the "boot" packages. Building & Installing ===================== For full information on building GHC, see the GHC Building Guide [3]. Here follows a summary - if you get into trouble, the Building Guide has all the answers. NB. you need GHC installed in order to build GHC, because the compiler is itself written in Haskell. For instructions on how to port GHC to a new platform, see the Building Guide. If you're building from darcs sources (as opposed to a source distribution) then you also need to install Happy [4] and Alex [5]. For building library documentation, you'll need Haddock [6]. To build the compiler documentation, you need a good DocBook XML toolchain and dblatex. Quick start: the following gives you a default build: $ sh boot $ ./configure $ make $ make install The "sh boot" step is only necessary if this is a tree checked out from darcs. For source distributions downloaded from GHC's web site, this step has already been performed. These steps give you the default build, which includes everything optimised and built in various ways (eg. profiling libs are built). It can take a long time. To customise the build, see the file HACKING. References ========== [1] http://www.haskell.org/ghc/ GHC Home Page [2] http://hackage.haskell.org/trac/ghc GHC Developer's Wiki [3] http://hackage.haskell.org/trac/ghc/wiki/Building Building Guide [4] http://www.haskell.org/happy/ Happy [5] http://www.haskell.org/alex/ Alex [6] http://www.haskell.org/haddock/ Haddock Contributors ============ Please see http://www.haskell.org/ghc/contributors.html







