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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
# ChangeLog for dev-haskell/c2hs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.26 2007/12/14 01:43:28 dcoutts Exp $
*c2hs-0.15.1 (14 Dec 2007)
14 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +c2hs-0.15.1.ebuild:
New version.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> c2hs-0.14.5.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
28 Jul 2007; nixnut <nixnut@gentoo.org> c2hs-0.14.5.ebuild:
Stable on ppc wrt bug 186849
29 Apr 2007; Lennart Kolmodin <kolmodin@gentoo.org> -c2hs-0.13.4.ebuild:
Removing c2hs-0.13.4 as it does not work with ghc-6.6 and 0.14.5 works
better, available on more arches and more stable.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
11 Oct 2006; Duncan Coutts <dcoutts@gentoo.org>
+files/c2hs-0.14.5-ghc66.patch, c2hs-0.14.5.ebuild:
Added patch to fix building with ghc-6.6
05 Oct 2006; Chris Parrott <cparrott@gentoo.org> c2hs-0.14.5.ebuild:
marked stable for amd64 (bug 144678)
04 Oct 2006; Joshua Jackson <tsunam@gentoo.org> c2hs-0.14.5.ebuild:
Stable x86;bug #144678
24 Aug 2006; Ferris McCormick <fmccor@gentoo.org> c2hs-0.14.5.ebuild:
Stable on sparc --- Bug #144678 --- Builds and installs; the structs example
fails (Bus error, data alignment), but I think this is a problem with the
example.
24 Aug 2006; Markus Rothe <corsair@gentoo.org> c2hs-0.14.5.ebuild:
Stable on ppc64; bug #144678
27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> c2hs-0.14.5.ebuild:
Marked ~ia64
01 Mar 2006; Markus Rothe <corsair@gentoo.org> c2hs-0.14.5.ebuild:
Added ~ppc64; bug #124469
18 Feb 2006; <dcoutts@gentoo.org> -files/cabalfix.patch,
+files/ghc622inc.patch, c2hs-0.14.5.ebuild:
Fix for building with ghc-6.2.2. Remove old unused patch.
16 Feb 2006; <dcoutts@gentoo.org> c2hs-0.14.5.ebuild:
Add "bin" to CABAL_FEATURES in preparation for pending eclass updates.
14 Feb 2006; <dcoutts@gentoo.org> c2hs-0.14.5.ebuild:
Marked ~sparc
10 Feb 2006; <dcoutts@gentoo.org> -c2hs-0.13.1.ebuild, -c2hs-0.14.3.ebuild:
Remove older patch-level releases.
*c2hs-0.14.5 (12 Dec 2005)
12 Dec 2005; <dcoutts@gentoo.org> +c2hs-0.14.5.ebuild:
Version bump.
*c2hs-0.14.3 (05 Dec 2005)
05 Dec 2005; <dcoutts@gentoo.org> +files/cabalfix.patch,
+files/setupfix.patch, +c2hs-0.14.3.ebuild:
New version.
04 May 2005; David Holm <dholm@gentoo.org> c2hs-0.13.4.ebuild:
Added to ~ppc.
14 Mar 2005; Andres Loeh <kosmikus@gentoo.org> c2hs-0.13.1.ebuild,
c2hs-0.13.4.ebuild:
c2hs is not yet compatible with ghc-6.4.
*c2hs-0.13.4 (17 Nov 2004)
17 Nov 2004; Andres Loeh <kosmikus@gentoo.org> c2hs-0.13.1.ebuild,
+c2hs-0.13.4.ebuild:
Fixed bad inherit (bug #71461), and added new version based on ghc-package
eclass (bug #69270).
28 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Gentoo Technologies, Inc. -> Gentoo Foundation
24 Aug 2004; Andres Loeh <kosmikus@gentoo.org> c2hs-0.13.1.ebuild:
Minor ebuild fixes.
*c2hs-0.13.1 (24 Aug 2004)
24 Aug 2004; Andres Loeh <kosmikus@gentoo.org> c2hs-0.13.1.ebuild,
metadata.xml:
Initial import.
|