blob: c862e00b10220c71846f8efb4eee157878e9f3a4 (
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
|
# ChangeLog for dev-lang/ghc-bin
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.6 2003/06/12 15:24:53 kosmikus Exp $
*ghc-bin-6.0 (12 Jun 2003)
12 Jun 2003; Andres Loeh <kosmikus@gentoo.org> ghc-bin-6.0.ebuild:
Version bump.
*ghc-bin-5.04.3 (09 May 2003)
09 May 2003; Andres Loeh <kosmikus@gentoo.org> ghc-bin-5.04.2-r1.ebuild,
ghc-bin-5.04.3.ebuild:
Installs to /opt/ghc/bin now (bug #20185). Updated to version 5.04.3.
Both updates are marked unstable for now.
*ghc-bin-5.04.2.ebuild (21 Mar 2003)
21 Mar 2003; George Shapovalov <george@gentoo.org> ghc-bin-5.04.2.ebuild :
created virtual/ghc, added PROVIDE=virtual/ghc to the ebuild to make dev-lang/ghc bootstrap correctly
and without unnecessary steps (#10155)
11 Feb 2003; George Shapovalov <george@gentoo.org> ChangeLog, ghc-bin-5.04.2.ebuild :
modified ebuild to add sparc support (sparc people, please test!)
fixups to wrapper scripts
14 Dec 2002; George Shapovalov <george@gentoo.org> ChangeLog, ghc-bin-5.04.2.ebuild, files/digest-ghc-bin-5.04.2 :
initial release
Glasgow Haskell Compiler - binary package, prebuilt for i386
ghc has been quite a mess as well as a long and resurce-hungry compile.
This is a first step towards sorting things out. This is the binary installation of ghc, currently
for x86 only. It can be used to bootstrap ghc build from source. In fact it is *necessary* to use this
binary version to bootstrap ghc on >=gcc-3.2 systems. The old 4.08 ->5.04 way of bootstrapping fails
with gcc-3.2.
|