Download List

專案描述

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

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.
標籤: Minor bugfixes

2003-03-11 11:48
1.16

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.
標籤: Minor feature enhancements

2002-10-29 16:06
1.14

標籤: Initial freshmeat announcement

Project Resources