![]() |
Version 6.0.1 (released 25 Jul 2003)Online DocsDownloadsNotes:
Source Distribution
x86/Linux
Sparc/SolarisNOTE: you must use GCC 2.95 on Sparc. There is a known bug with GCC 3.0 and later which causes incorrect code to be generated.
This is a complete build, with profiling libraries and docs. NOTE: you'll need libncurses.so.5. You should ensure you have this before you start, since without it GHC won't work at all. Grab the ncurses sources from GNU and build it if you don't have it. Sparc/OpenBSDGHC is now in the OpenBSD ports tree as lang/ghc. Make sure your ports tree is up to date, and say cd /usr/ports/lang/ghc && make install. There is also a plain binary distribution:
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/FreeBSDGHC is in the FreeBSD ports tree as lang/ghc6. To install a binary package, try
To install from source instead, make sure your copy of /usr/ports is up to date, and say cd /usr/ports/lang/ghc6 && make install. x86/OpenBSDGHC is now in the OpenBSD ports tree as lang/ghc. Make sure your ports tree is up to date, and say cd /usr/ports/lang/ghc && make install. OpenBSD support is thanks to Don Stewart. 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. |