Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
13985 commits behind the upstream repository.
John Ericson's avatar
John Ericson authored
Some where using `True` / `False`, a legacy of when they were in
`Config.hs`. See #16914 / d238d306 for a similar problem.

Also clean up the configure variables names for consistency and clarity
while we're at it. "Target" makes clear we are talking about outputted
code, not where GHC itself runs.
b55ee979
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
The Glasgow Haskell Compiler
============================

This is a binary distribution of 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:

  https://gitlab.haskell.org/ghc/ghc/wikis/


For installation instructions, see the accompanying INSTALL file.