![]() |
Version 5.04.2 (released 4 December 2002)The 5 series features some major changes over the 4 series: in short, an interactive development environment, and significantly faster compilation for large programs. 5.04.2 is the latest stable member of this series. Online DocsDownloadsNotes:
Source Distribution
x86/Linux
Sparc/SolarisNOTE: you must use GCC 2.95 on Sparc. There is a known bug with GCC 3.2 and later which causes incorrect code to be generated.
This is a complete build, with profiling libraries and docs. NOTE: you'll need libcurses.so.1, which resolves to /usr/lib/libcurses.so.1 on our build machine. You should ensure you have this before you start, since without it GHC won't work at all. Windows
This installer relies on the Windows Installer runtime to operate. If, after having downloaded the above file, double-clicking on the MSI file doesn't start up the installer, the likely cause is that you don't have the Windows Installer runtime installed on your machine. You can download it from Microsoft:
Install the appropriate version, then double-click again on the MSI file. x86/FreeBSDFreeBSD users can install a binary package of ghc by saying
To install from source instead, make sure your copy of /usr/ports is up to date, and say cd /usr/ports/lang/ghc && make install. x86/OpenBSD
MacOS X 10.2 (Jaguar)It's a double-clickable disk image containing an Apple Installer Package (.pkg). It includes profiling & GHCi, but no documentation (use the online docs for now). GHCi is now statically linked with Readline, but the readline library itself is not included, so you will have to install that seperately if you link anything with -package util. MacOS X packages were prepared by Wolfgang Thaller. |