Download List

Descripción del Proyecto

nhc98 is a small and highly portable compiler for the Haskell 98 language. It has been extended with the standard FFI and hierarchical module namespaces, features extensive heap profiling capabilities, and generally produces small code which runs using small amounts of heap.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-17 18:59
1.18

Esta versión es principalmente para el mantenimiento, la fijación de errores causados por distintas versiones de construcción de compiladores (por ejemplo, gcc 3.3-) y añadiendo soporte para muchas de las nuevas bibliotecas jerárquica que también se suministran con GHC-6.4 y abrazos, a saber, la base, parsec, Haskell -src, QuickCheck, HaXml, HUnit, y Cabal. FFI importación extranjera "dinámico", es ahora compatible, y cabecera de C-archivos con el nombre de una importación son respetados. nhc98 ahora utiliza cpphs en lugar de su compilador de C para preprocesamiento, que resuelve problemas con la cadena de lagunas, los números primos en los identificadores, y así sucesivamente.
Tags: Minor bugfixes
This release is mainly for maintenance, fixing
bugs caused by various versions of build compilers
(e.g. gcc-3.3), and adding support for many of the
new hierarchical libraries that are also supplied
with ghc-6.4 and Hugs, namely base, parsec,
haskell-src, QuickCheck, HaXml, HUnit, and Cabal.
FFI foreign import "dynamic" is now supported, and
C header-files named in an import are now
respected. nhc98 now uses cpphs rather than your C
compiler for preprocessing, which solves problems
with string gaps, primes in identifiers, and so
on.

2003-03-11 11:48
1.16

GCC 3.x es ahora compatible. Un gran subconjunto de la "base" paquete de bibliotecas jerárquico se incluye ahora en la construcción. El mecanismo de FFI primitivo se ha actualizado para que coincida con las especificaciones oficiales más recientes, y las bibliotecas repletas de Relaciones Exteriores también se incluyen (en forma jerárquica). El sitio Web y repositorio CVS se movieron, y la compilación en Windows con Cygwin y GHC fue corregido.
Tags: Minor feature enhancements
GCC 3.x is now supported. A large subset of the 'base' package of hierarchical libraries is now included in the build. The primitive FFI mechanism was updated to match the latest official spec, and the full Foreign libraries are also included (in hierarchical form). The Web site and CVS repository were moved, and compilation under Windows with Cygwin and ghc was fixed.

2002-10-29 16:06
1.14

Tags: Initial freshmeat announcement

Project Resources