blob: 465bd0bca67d2fd8a1faa771662aa27fb8a56976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# ChangeLog for dev-lang/nhc98
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/ChangeLog,v 1.6 2003/04/10 08:59:59 george Exp $
*nhc98-1.16 (09 Apr 2003)
09 Apr 2003; George Shapovalov <george@gentoo.org> all :
update and fix, see #18857,
thanks to Andres Loeh <andres@cs.uu.nl> for ebuild
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*nhc98-1.12.ebuild (08 Jun 2002)
09 Jun 2002; George Shapovalov <george@gentoo.org> files/hmakerc, nhc98-1.12.ebuild :
updated ebuild to install aproperiate config file
(configure that ships with package produces weird setup)
08 Jun 2002; George Shapovalov <george@gentoo.org> all :
First submission
From the home page:
nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy functional
programming language. Written in Haskell, it is small and very portable,
and aims to produce small executables that run in small amounts of memory.
Is a pattern becoming obvious here? :-) It also comes with extensive tool
support for automatic compilation, foreign language interfacing,
heap and time profiling, tracing, and debugging.
|