summaryrefslogtreecommitdiff
blob: 6f5657bfabad2a1717233aaef8e44262f244c75b (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ChangeLog for dev-lang/nhc98
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nhc98/ChangeLog,v 1.13 2004/07/12 01:19:38 mr_bones_ Exp $

  11 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> nhc98-1.12.ebuild,
  nhc98-1.16-r1.ebuild, nhc98-1.16.ebuild:
  fix readline dep

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> nhc98-1.16-r1.ebuild,
  nhc98-1.16.ebuild:
  virtual/glibc -> virtual/libc

  12 Jun 2003; <msterret@gentoo.org> nhc98-1.12.ebuild:
  fix Header

*nhc98-1.16-r1 (24 Apr 2003)

  24 Apr 2003; Andres Loeh <kosmikus@gentoo.org> nhc98-1.16-r1.ebuild:
  Removed hmake from the nhc98 ebuild; hmake is now a separate package
  (dev-haskell/hmake)

*nhc98-1.16 (09 Apr 2003)

  16 Apr 2003; Andres Loeh <kosmikus@gentoo.org> nhc98-1.16.ebuild:
  Cleaned up the ebuild, moving hmake configuration to postinst, see #18857

  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 (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.