NOTICE: This package has been removed from pkgsrc

./wip/nhc98, Portable Haskell 98 compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.22, Package name: nhc98-1.22, Maintainer: kristerw

nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy
functional programming language. It based on Niklas Rojemo's nhc13, a
compiler for an earlier version of the language. Written in Haskell,
it is small and very portable, and aims to produce small executables
that run in small amounts of memory. It also comes with extensive tool
support.

With hmake, a replacement for the other makes used in Haskell
development, the big advantage is that you don't have to write a
Makefile - the tools extract dependencies automatically from your
source files, and issue appropriate commands to rebuild your target.

Greencard is a foreign-language interface. It is a preprocessor for
Haskell which allows Haskell functions to call C. This allows access
to operating system services and other libraries.

Hat is a source-level tracer for Haskell which gives the user access
to otherwise invisible information about a computation and helps the
programmer to understand how a program works or why it does not.


Master sites:

SHA1: a8adc8f22371998ee0657bc0e01058a57d876abc
RMD160: 99a90d00f77f66938c817c813f11c3d0ea5bf244
Filesize: 29154.453 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-01-07 22:41:36 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
Disable DESTDIR support at the moment - won't work "as is".
   2012-01-07 21:58:50 by Mike M. Volokhov | Files touched by this commit (4) | Imported package
Log message:
Import nhc98-1.22 as wip/nhc98.

This is work-in-progress update to lang/nhc98.