Version 8.6.1 (released 21st September 2018)
Take Notice
The packages on this page include only the GHC compiler. For most users,
we recommend installing a
proper Haskell distribution
instead of GHC alone. A distribution includes a recent GHC release as well
as other important tools (such as cabal-install
, for
installing libraries), and potentially a broader set of libraries known to
work together.
Bundled packages and cabal-install
GHC 8.6 only works
with cabal-install
version 2.4 or later. Please upgrade if you have an older version of
cabal-install
.
Optional LLVM dependency
GHC has an optional code generator targeting the LLVM compiler framework which can produce faster code for some programs. If you would like to use the LLVM backend, you'll need to install LLVM 6.0 from an upstream binary distribution or via your distribution's package manager.
Contents
Distribution packages
GHC is packaged for a number of operating systems and distributions. While they may lag behind the latest GHC release, advantages such as dependency checking and ease of uninstallation mean we recommend using them anyway, unless you have a particular need for new features or bug fixes.
Binary Packages
The operating system-specific packages (e.g. RPM or .deb packages on Linux) are generally a better bet than the vanilla .tar.xz binary bundles, because they will check for dependencies and allow the package to be uninstalled at a later date.
However, if you don't have permission to install binaries on your system, or you want to install somewhere other than the default place (/usr or /usr/local on a Unix system), then you'll need to use a .tar.xz binary bundle.
SHA-256 hashes for all of these binary distributions are available here.
All of these tarballs are have associated GPG signatures. Unless otherwise
noted the signature should be from Benjamin Gamari
<ben@well-typed.com>
(key
ID 97DB64AD).
Supported platforms:
Supported platforms
Linux (x86)
Debian 8
Generic i386 Linux. This is a complete build, including
interactive system, profiling libraries and documentation. It was
made on a Debian 8 "Jessie" system and requires
libgmp.so.10
(typically GMP 5.x).
- ghc-8.6.1-i386-deb8-linux.tar.xz (169.1 MB, sig)
Linux (x86_64)
Debian 9
Generic amd64 Linux. This is a complete build, including interactive system, profiling libraries and documentation. It was made on a Debian 9 "Stretch" system and requires GMP 6.0.
- ghc-8.6.1-x86_64-deb9-linux.tar.xz (152.2 MB, sig)
Debian 8
Generic amd64 Linux. This is a complete build, including
interactive system, profiling libraries and documentation. It was
made on a Debian 8 "Jessie" system and requires
libgmp.so.10
(typically GMP 5.x).
- ghc-8.6.1-x86_64-deb8-linux.tar.xz (170.9 MB, sig)
Fedora 27
Generic amd64 Linux. This is a complete build, including interactive system, profiling libraries and documentation. It was made on a Fedora 27 system and requires GMP 6.1.
- ghc-8.6.1-x86_64-fedora27-linux.tar.xz (173.7 MB, sig)
Windows (x86)
- ghc-8.6.1-i386-unknown-mingw32.tar.xz (200.3 MB, sig)
This is compatible with Microsoft Windows Vista and later. It also includes support for compiling C++ files.
Windows 64-bit (x86_64)
- ghc-8.6.1-x86_64-unknown-mingw32.tar.xz (203.6 MB, sig)
This is compatible with Microsoft Windows Vista and later. It also includes support for compiling C++ files.
Mac OS X (x86_64)
- ghc-8.6.1-x86_64-apple-darwin.tar.bz2 (221.3 MB)
- ghc-8.6.1-x86_64-apple-darwin.tar.xz (154.6 MB, sig)
This is a distribution for Mac OS X, 10.7 or later. The package requires the command line tools package of Xcode 4 or XCode 5 to be installed. You can find Xcode at http://developer.apple.com/.
FreeBSD 11 (x86_64)
- ghc-8.6.1-x86_64-portbld-freebsd.tar.xz (150.9 MB, sig)
This is a distribution for FreeBSD 11 or later.
Source Distribution
The source tarballs provide everything necessary to build the compiler, interactive system, and a minimal set of libraries. For more information on building, see the building guide.
- ghc-8.6.1-src.tar.xz (18.2 MB, sig)
The testsuite provides a thorough set of tests for validating your build. Unpack this tarball on top of the regular source distribution in order to run the testsuite (see the testing guide for details).
- ghc-8.6.1-testsuite.tar.xz (1.8 MB, sig)
Building on Windows requires a set of additional tools. Extract this tarball on top of the regular source distribution,
- ghc-8.6.1-windows-extra-src.tar.xz (100.9 MB, sig)
The source distribution needs an installed GHC (version 8.2 at least). If your platform isn't currently supported with a binary distribution, then you'll need to consult the section on Porting GHC in the Building Guide.