Google

nhc98 download page


The latest stable release is 1.14, available in various distribution formats (listed below). Important patches for the stable version are also provided. The development tree is at version 1.15, and is only available by CVS. Bugfixes and important changes to the system are described in the release notes for each version.

Don't forget to read the installation instructions.


Distribution packages

package machine version date size
Sources (.tar.gz) any 1.14 2002-06-14 6.3Mb
Executable (.tar.gz) ix86-Linux 1.14 2002-06-14 5.3Mb
Sources (.tar.gz) any 1.12 2002-03-15 7.9Mb
Executable (.tar.gz) ix86-Linux 1.12 2002-03-18 9.4Mb
Sources+Executable ix86-FreeBSD 1.12 2002-03-20
Executable (.tar.bz2) ix86-solaris2 1.12 2002-04-10 8.6Mb

Alternative locations:
Tarfiles and RPMs: ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/ http://www.cs.york.ac.uk/fp/nhc98/nhc98src-1.14.tar.gz http://www.cs.york.ac.uk/fp/nhc98/nhc98-1.14-ix86-Linux.tar.gz
ix86-Linux RPMs for SuSE 7.1: http://www.informatik.uni-bonn.de/~ralf/hmake-2.03-1.i386.rpm http://www.informatik.uni-bonn.de/~ralf/nhc98-1.10-1.i386.rpm http://www.informatik.uni-bonn.de/~ralf/nhc98-1.10-1.src.rpm
ix86-Linux RPMs for RedHat 7: http://www.dtek.chalmers.se/~d95mback/nhc98/
ix86-Linux for Debian: http://people.debian.org/~bfulgham/nhc98
http://www-i2.informatik.rwth-aachen.de/Software/Haskell/debian/
ix86-FreeBSD for 4.5-Stable: http://ist.unibw-muenchen.de/People/obraun/nhc98-1.12-basic-freebsd.tgz
http://ist.unibw-muenchen.de/People/obraun/nhc98-1.12-with_tracer-freebsd.tgz
http://ist.unibw-muenchen.de/People/obraun/nhc98-1.12-with_tracer_ghc-freebsd.tgz


Known to compile for at least the following machine/OS combinations:
ix86Linux, NetBSD, FreeBSD, OpenBSD
ppcLinux
sparcsolaris2, SunOS4
mipsIRIX5, Ultrix-4.5, [NOT IRIX6]
power3AIX
pmaxNetBSD

All the documents available on the web are included in all the packages. (* Please note that options/instructions for out-of-date packages may differ slightly from the ones on the web. Always follow the instructions from the package itself.)

The unified source tree contains the complete Haskell sources for the compiler, runtime system, standard prelude, and libraries (including Binary, FFI, IOExtras, etc) for nhc98, and current versions of GreenCard, hp2graph, and hmake. In addition, it contains bootstrapping C sources in case you don't already have a Haskell compiler to build nhc98 with.

The binary packages contain just the executables, interface files, and object files for the compiler, runtime system, standard prelude, libraries (including Binary, FFI, IOExtras, etc), GreenCard, hp2graph, and hmake. In short, everything (except the sources) needed for normal compilation, heap profiling, time profiling.

The installation instructions should be comprehensive, but if you have any problems, please mail nhc-bugs@haskell.org. (You do not need to be a member of the list to post to it.)


Patches

patch name patch to date fixes what problem?
- nhc98 v1.14 2002-06-14 There are no patches yet for v1.14.
MacOSX nhc98 v1.12 2002-04-22 A bunch of small fixes for building on MacOS X.
getEnv nhc98 v1.12 2002-04-17 The string returned by System.getEnv was missing the final character in the -T tracing version.
hmake-config nhc98 v1.12 2002-03-26 hmake-config was failing to find the correct configuration for certain compilers on Solaris and BSD machines.
ranlib nhc98 v1.12 2002-03-26 Systems without GNU `ar' (e.g. BSD) need to run ranlib after the built-in `ar'.



The latest updates to these pages are available on the WWW from http://www.cs.york.ac.uk/fp/nhc98/

This page last modified: 2002-06-14
York Functional Programming Group