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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
# ChangeLog for dev-haskell/haxml
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.28 2007/12/30 20:27:06 kolmodin Exp $
*haxml-1.13.3 (30 Dec 2007)
30 Dec 2007; Lennart Kolmodin <kolmodin@gentoo.org> +haxml-1.13.3.ebuild:
Version bump. Mostly fixes to the build system, which we have to patch
anyway. This fixes bug #203800.
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> haxml-1.13.2.ebuild:
Fixes for compatability with cabal-1.2 and ghc-6.8.
12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> haxml-1.13-r1.ebuild:
Remove unnecessary blocker.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> haxml-1.12.ebuild,
haxml-1.13-r1.ebuild, haxml-1.13.2.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
11 Aug 2007; Steve Dibb <beandog@gentoo.org> haxml-1.13.2.ebuild:
amd64 stable, bug 186849
30 Jul 2007; Markus Rothe <corsair@gentoo.org> haxml-1.13.2.ebuild:
Stable on ppc64; bug #186849
30 Jul 2007; Ferris McCormick <fmccor@gentoo.org> haxml-1.13.2.ebuild:
Sparc stable --- Bug #186849 --- good on sparc since October, 2006.
28 Jul 2007; nixnut <nixnut@gentoo.org> haxml-1.13.2.ebuild:
Stable on ppc wrt bug 186849
14 Oct 2006; <kolmodin@gentoo.org> haxml-1.13-r1.ebuild:
Make haxml-1.13-r1 support profiling
12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.12.ebuild,
haxml-1.13-r1.ebuild:
Block older versions on ghc-6.6, latest version is fine.
*haxml-1.13.2 (11 Oct 2006)
11 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> +haxml-1.13.2.ebuild:
New minor version to fix compatability with ghc-6.6
05 Oct 2006; Chris Parrott <cparrott@gentoo.org> haxml-1.13-r1.ebuild:
marked stable for amd64 (bug 144678)
04 Oct 2006; Joshua Jackson <tsunam@gentoo.org> haxml-1.13-r1.ebuild:
Stable x86; bug #144678
27 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
haxml-1.13-r1.ebuild:
stable on ppc (Bug #144678)
25 Aug 2006; Ferris McCormick <fmccor@gentoo.org> haxml-1.13-r1.ebuild:
Stable on sparc --- Bug #144678 --- no problems.
24 Aug 2006; Markus Rothe <corsair@gentoo.org> haxml-1.13-r1.ebuild:
Stable on ppc64; bug #144678
03 May 2006; Duncan Coutts <dcoutts@gentoo.org> -haxml-1.13.ebuild,
haxml-1.13-r1.ebuild:
Add fix for building uing cabal-1.1.4. Remove old revision.
27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.13-r1.ebuild:
Marked ~ia64
01 Mar 2006; Markus Rothe <corsair@gentoo.org> haxml-1.13-r1.ebuild:
Added ~ppc64; bug #124469
*haxml-1.13-r1 (28 Feb 2006)
28 Feb 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.13.ebuild,
+haxml-1.13-r1.ebuild:
Patch the build system so it builds the HaXml tools (fixes bug #124382).
27 Feb 2006; Duncan Coutts <dcoutts@gentoo.org> haxml-1.12.ebuild,
haxml-1.13.ebuild:
Add ~sparc to KEYWORDS
*haxml-1.13 (21 Feb 2006)
21 Feb 2006; <dcoutts@gentoo.org> metadata.xml, +haxml-1.13.ebuild:
Added new version. It now builds using cabal.
17 Feb 2006; <dcoutts@gentoo.org> haxml-1.12.ebuild:
Marked ~amd64. (closing bug #110727 thanks to Chris Parrott)
29 Jun 2005; Andres Loeh <kosmikus@gentoo.org> metadata.xml:
Fixed metadata.
10 May 2005; Andres Loeh <kosmikus@gentoo.org> files/HaXml-1.12.cabal,
haxml-1.12.ebuild:
Package description for ghc-6.4 was incomplete.
04 May 2005; David Holm <dholm@gentoo.org> haxml-1.12.ebuild:
Added to ~ppc.
05 Apr 2005; Andres Loeh <kosmikus@gentoo.org> files/HaXml-1.12.cabal,
haxml-1.12.ebuild:
Fixed DESCRIPTION spelling mistake. Made HaXml package exposed by default
with ghc-6.4.
*haxml-1.12 (05 Apr 2005)
05 Apr 2005; Andres Loeh <kosmikus@gentoo.org> +metadata.xml,
+files/HaXml-1.12.cabal, +haxml-1.12.ebuild:
Initial import. Thanks to Lennart Kolmodin <kolmodin@dtek.chalmers.se> for
submitting a first version (bug #83189).
|