descriptionGlasgow Haskell Compiler
homepage URLhttps://www.haskell.org/ghc/
repository URLhttps://gitlab.haskell.org/ghc/ghc.git
ownercesarb@cesarb.net
last changeFri, 10 May 2024 05:50:55 +0000 (10 01:50 -0400)
last refreshFri, 10 May 2024 15:36:39 +0000 (10 17:36 +0200)
content tags
add:
README.md

The Glasgow Haskell Compiler

pipeline status

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.

Information for developers of GHC can be found on the GHC issue tracker, and you can also view proposals for new GHC features.

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.xz
    

    which contains GHC itself and the "boot" libraries.

  2. Check out the source code from git

    $ git clone --recurse-submodules git@gitlab.haskell.org:ghc/ghc.git
    

    Note: cloning GHC from Github requires a special setup. See Getting a GHC repository from Github.

    See the GHC team's working conventions regarding how to contribute a patch to GHC. First time contributors are encouraged to get started by just sending a Merge Request.

Building & Installing

For full information on building GHC, see the GHC Building Guide. Here follows a summary - if you get into trouble, the Building Guide has all the answers.

Before building GHC you may need to install some other tools and libraries. See, Setting up your system for building GHC.

NB. In particular, you need GHC installed in order to build GHC, because the compiler is itself written in Haskell. You also need Happy, Alex, and Cabal. For instructions on how to port GHC to a new platform, see the GHC Building Guide.

For building library documentation, you'll need Haddock. To build the compiler documentation, you need Sphinx and Xelatex (only for PDF output).

Quick start: GHC is built using the Hadrian build system. The following gives you a default build:

$ ./boot
$ ./configure
$ hadrian/build         # can also say '-jX' for X number of jobs

On Windows, you need an extra repository containing some build tools. These can be downloaded for you by configure. This only needs to be done once by running:

$ ./configure --enable-tarballs-autodownload

Additionally, on Windows, to run Hadrian you should run hadrian/build.bat instead of hadrian/build.

(NB: Do you have multiple cores? Be sure to tell that to hadrian! This can save you hours of build time depending on your system configuration, and is almost always a win regardless of how many cores you have. As a simple rule, you should have about N+1 jobs, where N is the amount of cores you have.)

The ./boot step is only necessary if this is a tree checked out from git. 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.md.

Filing bugs and feature requests

If you've encountered what you believe is a bug in GHC, or you'd like to propose a feature request, please let us know! Submit an issue and we'll be sure to look into it. Remember: Filing a bug is the best way to make sure your issue isn't lost over time, so please feel free.

If you're an active user of GHC, you may also be interested in joining the glasgow-haskell-users mailing list, where developers and GHC users discuss various topics and hang out.

Hacking & Developing GHC

Once you've filed a bug, maybe you'd like to fix it yourself? That would be great, and we'd surely love your company! If you're looking to hack on GHC, check out the guidelines in the HACKING.md file in this directory - they'll get you up to speed quickly.

Governance and Acknowledgements

GHC is a community project developed by a team of highly-talented researchers, individual contributors, and full-time developers. We are indebted to the many people whose work has brought GHC to its current state.

Some larger decisions are made by a smaller group of core contributors, as described in our governance documentation.

shortlog
10 hours ago Cheng Shaoghc-heap: fix typo in ghc-heap cbitsmaster
10 hours ago Rodrigo MesquitaRename pre-processor invocation args
10 hours ago Cheng Shaotestsuite: fix testwsdeque with recent clang
10 hours ago Ben GamariIPE: Eliminate dependency on Read
10 hours ago Zejun WuMake renamer to be more flexible with parens in the...
10 hours ago Rodrigo MesquitaDocument NcgImpl methods
46 hours ago Sebastian GrafKill seqRule, discard dead seq# in Prep (#24334)
46 hours ago Sebastian GrafSimplifier: Preserve OccInfo on DataAlt fields when...
46 hours ago Andreas Klebinger-fprof-late: Only insert cost centres on functions...
2 days ago Arsen ArsenovićSplit out the C-- preprocessor, and make it pass -g0
2 days ago Arsen ArsenovićAdd the cmm_cpp_is_gcc predicate to the testsuite
2 days ago Andrei BorzenkovRename Solo# data constructor to MkSolo# (#24673)
3 days ago Alan ZimmermanEPA: preserve comments in data decls
3 days ago Matthew CravenAdd test cases for #24664
4 days ago Alan ZimmermanEPA: fix mkHsOpTyPV duplicating comments
4 days ago John EricsonSubstitute bindist files with Hadrian not configure
...
tags
13 days ago ghc-9.10.1-rc1
3 weeks ago ghc-9.6.5-release 9.6.5 release
3 weeks ago ghc-9.10.1-alpha3
6 weeks ago ghc-9.10.1-alpha2
8 weeks ago ghc-9.10.1-alpha1
2 months ago ghc-9.11-start
2 months ago ghc-9.8.2-release GHC 9.8.2 release
4 months ago ghc-9.6.4-release 9.6.4 release
5 months ago ghc-9.4.8-release Release 9.4.8
7 months ago ghc-9.8.1-release Release GHC 9.8.1
7 months ago ghc-9.8.1-rc1
7 months ago ghc-9.6.3-release Release GHC 9.6.3
7 months ago ghc-9.8.1-alpha4
8 months ago ghc-9.4.7-release Release 9.4.7
8 months ago ghc-9.8.1-alpha3
9 months ago ghc-9.8.1-alpha2
...
heads
66 min ago wip/marge_bot_batch_merge_job
81 min ago wip/andreask/expose-overloaded-unfoldings
2 hours ago wip/torsten.schmits/perf-missing-home-modules
4 hours ago wip/fendor/ifacetype-deduplication
4 hours ago wip/T24466
5 hours ago wip/T24245
6 hours ago wip/T23109
10 hours ago wip/three-way-merge-sort
10 hours ago master
11 hours ago wip/ghc-9.10
23 hours ago wip/document-system-io
24 hours ago ghc-9.10
24 hours ago wip/reinstallable-th
24 hours ago wip/bootstrap-9.8.2
28 hours ago wip/no-mi-globals
31 hours ago wip/T24676
...