summaryrefslogtreecommitdiff
blob: 5e3797ea76240549788ec78655a373054443bc35 (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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# ChangeLog for dev-lang/ghc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.130 2007/07/25 18:30:23 dcoutts Exp $

  25 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> +ghc-6.6.ebuild:
  Add ghc-6.6 back since it has binaries for alpha, ppc and sparc that we do
  not have yet for 6.6.1.

  25 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> -ghc-6.6.ebuild,
  ghc-6.6.1.ebuild:
  Update 6.6.1 and remove 6.6 ebuilds.

  22 Jul 2007; Hans de Graaff <graaff@gentoo.org> ghc-6.4.2.ebuild:
  Drop virtual/x11 references.

  11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.1.ebuild:
  Add ia64 binary for ghc-6.6.1. Added ~ia64 to keywords.

  10 Jul 2007; Duncan Coutts <dcoutts@gentoo.org>
  files/ghc-6.5-norelax.patch:
  Fix sparc "norelax" patch.

  10 Jul 2007; Duncan Coutts <dcoutts@gentoo.org>
  -files/ghc-6.2.hardened.patch, -files/ghc-6.4.1-configure.patch,
  -files/ghc-6.4.1-gcc41.patch, -files/ghc-6.4.1-openal.patch,
  files/ghc-6.5-norelax.patch, files/ghc-updater, ghc-6.2.2.ebuild,
  -ghc-6.4.1-r2.ebuild, -ghc-6.4.1-r3.ebuild, ghc-6.4.2.ebuild,
  ghc-6.6.ebuild, ghc-6.6.1.ebuild:
  Remove ghc-6.4.1. Now that we have 6.4.2, we don't need an older version
  on the 6.4.x branch. Remove old ia64 hacks that are no longer necessary.
  Make the ghc-6.2.2 ebuild work again by taking many of the improvements
  from the 6.4.2 ebuild.

  09 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.1.ebuild:
  Oops, alpha doesnt have a binary yet, so cant mark ~alpha yet.

  08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.1.ebuild:
  Bump dep on cabal and no longer hide ghc's built-in cabal.

*ghc-6.6.1 (06 Jul 2007)

  06 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> +ghc-6.6.1.ebuild:
  Add new version, ghc-6.6.1. So far only binaries for x86 and amd64. More
  arches to follow.

  06 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.ebuild:
  Fix mirror url for the docs.

  06 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.ebuild:
  Add ~sparc and ~alpha to KEYWORDS. Both were included for old ghc-bin-6.6.

  05 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> +files/10ghc,
  ghc-6.6.ebuild:
  Merge ghc and ghc-bin ebuilds. emerge ghc with USE="binary" to get a binary
  version. The ghc-bin ebuild will not be used anymore. This ghc ebuild is
  able to bootstrap without a separate ghc-bin ebuild by downloading a binary
  version specially for the purpose.

  06 Apr 2007; Chris Parrott <cparrott@gentoo.org>
  +files/ghc-6.6-nothreadedrts.patch, ghc-6.6.ebuild:
  added patches to workaround RTS problem on sparc

  29 Mar 2007; Markus Rothe <corsair@gentoo.org> ghc-6.4.2.ebuild,
  ghc-6.6.ebuild:
  Build unregisterised on ppc64; bug #145466

  10 Mar 2007; <kolmodin@gentoo.org> +files/ghc-6.5-norelax.patch:
  Add missing ghc-6.6 patch.

*ghc-6.6 (07 Mar 2007)

  07 Mar 2007; <kolmodin@gentoo.org> +ghc-6.6.ebuild:
  Bump version. Big changes ahead... wrt ghc-extra-libs, etc

  06 Jan 2007; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild,
  ghc-6.4.1-r2.ebuild, ghc-6.4.1-r3.ebuild, ghc-6.4.2.ebuild:
  Fixed elog / einfo usage.

  03 Oct 2006; Duncan Coutts <dcoutts@gentoo.org>
  +files/ghc-6.4.2-sparcmangler.patch, ghc-6.4.2.ebuild:
  Add fmccor's sparc mangler patch. Fixes bug #144752.

  03 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild,
  ghc-6.4.2.ebuild:
  Use ${T} rather than ${TMP}

  28 Aug 2006; Jeroen Roovers <jer@gentoo.org> ghc-6.4.2.ebuild:
  Stable for HPPA (bug #140369).

  21 Aug 2006; Daniel Gryniewicz <dang@gentoo.org> ghc-6.4.2.ebuild:
  Marked stable on amd64 for bug #140369

  16 Aug 2006; Joshua Jackson <tsunam@gentoo.org> ghc-6.4.2.ebuild:
  Stable x86; bug #140369

  02 Aug 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.2.ebuild:
  Dont strip binaries on install. See QA warnings in bug #140369.
  Also dep on freealut now that it's been split out of openal.

  24 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.2.ebuild:
  Stable on sparc wrt #140369

  23 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> ghc-6.4.2.ebuild:
  ppc stable, bug #140369

  20 Jul 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.2.ebuild:
  Stable on ppc64; bug #140369

  15 Jun 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild,
  ghc-6.4.2.ebuild:
  Patch to fix a mis-compilation in the rts due to strict aliasing,
  should be fixed upstream for 6.4.3 and 6.6. Fixes bug #135651.

  21 May 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.1-r2.ebuild:
  Stable on ppc64

  19 May 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild,
  ghc-6.4.2.ebuild:
  Add note to users of hardened gcc-3.x

  18 May 2006; Duncan Coutts <dcoutts@gentoo.org>
  +files/ghc-6.4.2-sparc32plus.patch, ghc-6.4.1-r3.ebuild, ghc-6.4.2.ebuild:
  Support gcc-4.x better at the expense of hardened gcc-3.x.
  Switching between gcc-3.x and gcc-4.x will now just work. Switching between
  vanilla and hardened gcc will now require re-emerging rather than just
  working. It should also enable anyone who has broken their ghc installation
  by upgrading to gcc-4.x to get things working again by re-emerging ghc-6.4.2,
  ghc-6.4.1-r3 or ghc-bin-6.4.1-r1.
  Only build OpenAL/ALUT bindings if the OpenGL bindings will also be built
  (since one depends on the other).
  Fix GHCi on sparc when using the V8+ ABI (eg CFLAGS="-march=ultrasparc").

  12 May 2006; Duncan Coutts <dcoutts@gentoo.org>
  +files/ghc-6.4.2-alut.patch, ghc-6.4.2.ebuild:
  Re-enable alut package and add hack for ia64

  05 May 2006; Chris Parrott <cparrott@gentoo.org> ghc-6.4.2.ebuild:
  Temporarily disabled openal USE flag, pending fix to openal bindings.

  03 May 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild,
  ghc-6.4.2.ebuild:
  Ignore debugging CFLAGS (they don't help and just cause problems). Update to
  PDEPEND on cabal-1.1.4. Disable ALUT bindings (because media-libs/freealut
  is not available on sufficient arches). Add ~x86-fbsd to KEYWORDS.

  02 May 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild,
  ghc-6.4.1-r3.ebuild:
  Patch to fix make-3.81 hanging (backport of the fix in ghc-6.4.2)

  27 Apr 2006; Duncan Coutts <dcoutts@gentoo.org>
  -files/ghc-6.4-powerpc.patch, +ghc-6.4.2.ebuild:
  Remove old unused patch

*ghc-6.4.2 (27 Apr 2006)

  27 Apr 2006; Duncan Coutts <dcoutts@gentoo.org> +ghc-6.4.2.ebuild:
  New minor version

  27 Apr 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild:
  We dont need the java/fop stuff since were only building html docs

  27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-ghc-6.2.2,
  files/digest-ghc-6.4.1-r2, Manifest:
  Fixing SHA256 digest, pass four

  06 Apr 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild:
  -O* flags (from the users CFLAGS) breaks ghc on too many systems so don't
  add it to ghc's CFLAGS. Also remove ia64 GOT patch that didn't help.

  28 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
  Enable SplitObjs on ppc. This gives much smaller binaries.

  28 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r3.ebuild:
  Change the use of CFLAGS again. Filter out -O2 on arches where it breaks.

  27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> -ghc-6.4.ebuild:
  Remove 6.4 since 6.4.1 is stable and 6.4 was rather buggy anyway.

  27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org>
  +files/ghc-6.4.1-gcc41.patch:
  Add missing patch file

*ghc-6.4.1-r3 (26 Mar 2006)

  26 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> +ghc-6.4.1-r3.ebuild:
  Add support for ia64. Change the way we do the CFLAGS and GHC_CFLAGS again.
  Make limited use of users CFLAGS. Support gcc-4.1. Fix parallel make.

  23 Mar 2006; Chris White <chriswhite@gentoo.org> ghc-6.4.1-r2.ebuild:
  Marked ghc-6.4.1-r2 amd64/x86 stable for bug #126134.

  21 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.1-r2.ebuild:
  Stable on sparc wrt #126134

  20 Mar 2006; <nixnut@gentoo.org> ghc-6.4.1-r2.ebuild:
  Stable on ppc. Bug #126134

  18 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
  Enable SplitObjs on sparc. This means that a stripped hello world binary is
  now 500K rather than 2.5Mb. It may work on ppc too, this needs testing.

  15 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
  A further fix for the executable stack issue.
  (It seems we need -Wa,--noexecstack in SRC_CC_OPTS as well as SRC_HC_OPTS)

  13 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> files/ghc-updater,
  ghc-6.4.1-r2.ebuild:
  Improvements to ghc-updater thanks to kosmikus and with help from ferdy

  13 Mar 2006; Jeroen Roovers <jer@gentoo.org> ghc-6.4.1-r2.ebuild:
  Marked ~hppa (bug #125389).

  13 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
  Fix omission in hppa support.

  10 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
  Change what flags we use to disable hardened gcc and how we set them. We now
  use one set of flags rather than picking them conditionally.
  Use an option which should fix the executable-stack problem (bug #123698).
  Prepare for hppa arch support and misc minor tidy-ups.

  01 Mar 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.1-r2.ebuild:
  Added ~ppc64; bug #88362

  24 Feb 2006; Duncan Coutts <dcoutts@gentoo.org>
  -files/ghc-6.0.1.haddock.patch:
  Remove old unused patch.

*ghc-6.4.1-r2 (16 Feb 2006)

  16 Feb 2006; Luis F. Araujo <araujo@gentoo.org> +ghc-6.4.1-r2.ebuild:
  Added support for modular X. New flags support to enable/disable X, hgl and
  openal

  10 Feb 2006; <dcoutts@gentoo.org> -ghc-6.0.1.ebuild:
  Remove the last ghc-6.0.x version. (There's no way to bootstrap it anyway)

  10 Feb 2006; <dcoutts@gentoo.org> ghc-6.4.1-r1.ebuild:
  Marked ~alpha with permission of ferdy.

  16 Nov 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.1-r1.ebuild:
  Reduced the amount of output during the build slightly to work around bug
  #111183.

*ghc-6.4.1-r1 (21 Oct 2005)

  21 Oct 2005; <dcoutts@gentoo.org> +ghc-6.4.1-r1.ebuild:
  Add new revision ghc-6.4.1-r1 which now PDEPENDs on cabal.

  06 Oct 2005; <dcoutts@gentoo.org> ghc-6.4.1.ebuild:
  Revert to using virtual/ghc in DEPEND since the other method had no advantages.

  06 Oct 2005; <dcoutts@gentoo.org> +files/depsort.py, files/ghc-updater:
  Make the ghc-updater script work better.

  04 Oct 2005; Luis F. Araujo <araujo@gentoo.org> ghc-6.2.2.ebuild:
  Blocked ghc6.4 in ghc6.2.2

  04 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.1.ebuild:
  Back to the ~ppc

  04 Oct 2005; <dcoutts@gentoo.org> ghc-6.4.1.ebuild:
  Add ~sparc to KEYWORDS and enable GHCi on sparc.

  23 Sep 2005; <dcoutts@gentoo.org> ghc-6.4.1.ebuild:
  Disabled java USE flag due to bug #106992

*ghc-6.4.1 (22 Sep 2005)

  22 Sep 2005; <dcoutts@gentoo.org> +ghc-6.4.1.ebuild:
  Version bump.

  01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.2.2.ebuild:
  Stable on sparc

  31 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.ebuild:
  Fixed to build on ppc for real

  17 Aug 2005; <dcoutts@gentoo.org> ghc-6.4.ebuild:
  Add ~sparc to KEYWORDS since it was missing and we've already got ghc-bin-6.4

  17 Aug 2005; Andres Loeh <loeh@gentoo.org> -files/ghc-5.04.3-r1.patch,
  -files/ghc-6.2.1-linker.patch.bz2, -files/ghc-6.2.documentation.patch,
  -files/ghc-6.2.hardened.patch.bz2, -files/lndir.c, -ghc-6.2.ebuild,
  -ghc-6.2-r1.ebuild, -ghc-6.2.1-r1.ebuild, ghc-6.2.2.ebuild:
  Removed ~amd64 keyword for ghc-6.2.2, because ghc-6.2.2 is broken on this
  arch. Cleaned up old versions.

  20 May 2005; <dcoutts@gentoo.org> ghc-6.2.2.ebuild:
  Add ~sparc to KEYWORDS and disable GHCi support on sparc since it does not
  work reliably.

  11 May 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.ebuild:
  Removing ~ppc64 from ghc-6.4 again (hopefully temporarily), see comment #24
  of bug #68930.

  11 May 2005; Andres Loeh <kosmikus@gentoo.org> files/ghc-updater:
  Changes to ghc-updater, to make it a bit more useful for the update to ghc-6.4.

  09 May 2005; Markus Rothe <corsair@gentoo.org>
  +files/ghc-6.4-powerpc.patch, ghc-6.4.ebuild:
  Added patch for ppc64 and added ~ppc64 to KEYWORDS

  09 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> ghc-6.2.2.ebuild:
  Stable on ppc.

  25 Mar 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild,
  ghc-6.4.ebuild:
  ghc-6.4 supports registered builds on amd64. ghci is still not supported on
  amd64, but it fails with a more informative error message now (bug #82541).

  23 Mar 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.ebuild:
  Added dependency on haddock.

  23 Mar 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.ebuild:
  Added missing dependency on libxslt, and slightly cleaned up the ebuild.

*ghc-6.4 (11 Mar 2005)

  11 Mar 2005; Andres Loeh <kosmikus@gentoo.org> +ghc-6.4.ebuild,
  -ghc-6.4_pre20050308.ebuild:
  Updated ghc-6.4 snapshot to ghc-6.4 release. This version is still masked
  for testing.

*ghc-6.4_pre20050308 (09 Mar 2005)

  09 Mar 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4_pre20050308.ebuild:
  Added a ghc-6.4 snapshot for testing purposes.

  19 Feb 2005; Jason Wever <weeve@gentoo.org> ghc-6.0.1.ebuild,
  ghc-6.2-r1.ebuild, ghc-6.2.1-r1.ebuild, ghc-6.2.2.ebuild, ghc-6.2.ebuild:
  Masked on SPARC as it doesn't build.

  25 Jan 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
  Dependency resolution for virtuals changed in portage. Temporily adapted the
  ebuild to quit with an informative error message until a real solution comes
  to mind. (Bug #79509)

  19 Jan 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
  Marked stable on x86.

  25 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
  The amd64 build is unregistered (bug #58588).

  24 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
  Added ~amd64 flag, cf. bug #58588.

  22 Nov 2004; Andres Loeh <kosmikus@gentoo.org> +files/ghc-updater,
  ghc-6.2.2.ebuild:
  Modified ebuild to use ghc-package.eclass (bug #69270) and to include
  ghc-updater script (bug #69142).

  26 Oct 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
  Modified CFLAG testing code, following discussion in bug #59709.

  24 Oct 2004; Matthieu Sozeau <mattam@gentoo.org> ghc-6.2.2.ebuild:
  Tested on ppc.

*ghc-6.2.2 (18 Oct 2004)

  18 Oct 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.0.ebuild,
  ghc-6.2.1-r1.ebuild, ghc-6.2.1.ebuild, ghc-6.2.2.ebuild:
  New version. Included mattam's fix for #59709. Removed some old versions.

  19 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> ghc-6.0.1.ebuild,
  ghc-6.0.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1-r1.ebuild, ghc-6.2.1.ebuild,
  ghc-6.2.ebuild:
  Fixed missing dependencies; bug #68021.

  24 Sep 2004; <SeJo@gentoo.org> ghc-6.2.ebuild:
  stable bump due to bug 59753

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ghc-6.0.1.ebuild,
  ghc-6.0.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1-r1.ebuild, ghc-6.2.1.ebuild,
  ghc-6.2.ebuild:
  virtual/glibc -> virtual/libc

*ghc-6.2.1-r1 (15 Jun 2004)

  15 Jun 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.1-r1.ebuild,
  files/ghc-6.2.1-linker.patch.bz2:
  Patch for ghci's linker to help loading HOpenGL. Thanks to Sven Panne.

  03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ghc-6.0.1.ebuild,
  ghc-6.0.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1.ebuild, ghc-6.2.ebuild:
  Fix use invocation

  18 May 2004; Mamoru KOMACHI <usata@gentoo.org> ghc-6.0.1.ebuild,
  ghc-6.0.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1.ebuild, ghc-6.2.ebuild:
  Changed app-text/tetex to virtual/tetex.

  13 May 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.1.ebuild:
  fixed patch for ghc-6.2.1; threaded rts now enabled by default (#50758)

  12 May 2004; Alexander Gabert <pappy@gentoo.org> ghc-6.2.1.ebuild:
  added new hardened PIE SSP switches

  12 May 2004; Alexander Gabert <pappy@gentoo.org>
  -files/ghc-6.2.hardened-gcc.patch.bz2, +files/ghc-6.2.hardened.patch.bz2,
  ghc-6.0.1.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.ebuild:
  added new hardened switches for nonPIE and nonSSP building

  02 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ghc-6.2.1.ebuild:
  Add support for ppc on ghc-6.2.1.

  31 Mar 2004; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild,
  ghc-6.2-r1.ebuild:
  Marked ghc-6.2-r1 stable on x86. Removed 5 series due to bug #46212.

  23 Mar 2004; Matthieu Sozeau <mattam@gentoo.org> ghc-6.2.ebuild:
  Added ~ppc keyword, highly experimental build (linux-ppc is not entirely
  supported yet).

*ghc-6.2.1 (22 Mar 2004)

  22 Mar 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.1.ebuild:
  Version bump.

*ghc-6.2-r1 (11 Mar 2004)

  11 Mar 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2-r1.ebuild,
  files/ghc-6.2.hardened-gcc.patch.bz2:
  Disabling propolice in the resulting ghc when using gcc-hardened (cf. bug
  #36154).

  20 Feb 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.ebuild:
  Fixed a problem building libraries using recent binutils (#40128).

  11 Jan 2004; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild:
  moved setup checks to pkg_setup (bug #33962).

  22 Dec 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.ebuild:
  Haddock got called even with USE=-doc.

  19 Dec 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.ebuild:
  GHC 6.2 needs haddock-0.6 (bug #36108)

*ghc-6.2 (17 Dec 2003)

  17 Dec 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.ebuild,
  files/ghc-6.2.documentation.patch:
  New GHC version 6.2.

  17 Dec 2003: Andres Loeh <kosmikus@gentoo.org> ghc-6.0.1.ebuild,
  files/ghc-6.0.1.haddock.patch:
  Added patch needed to compile documentation with haddock-0.6.

  11 Nov 2003; Alexander Gabert <pappy@gentoo.org> ghc-5.04.3-r1.ebuild,
  ghc-6.0.1.ebuild:
  added ghc-6.0.1 bugfix from ghc-5.04.3-r1 bug30789

  22 Oct 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild,
  ghc-6.0.1.ebuild, ghc-6.0.ebuild:
  Added libgmp to runtime dependencies, closing bug #31321.

  12 Oct 2003; Alexander Gabert <pappy@gentoo.org> ghc-5.04.3-r1.ebuild:
  added hardened-gcc -yet_exec flag mechanism and CFLAGS for ghc if hardened-gcc
  is used

*ghc-6.0.1 (31 Jul 2003)

  31 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.0.1.ebuild:
  Version bump.

  30 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.0.ebuild:
  Fixed bug that caused ghc to be built with HOpenGL despite -opengl being set.

  29 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild:
  Marked 5.04.3-r1 stable. It fixes a couple of problems that keep appearing
  with 5.04.3.

  02 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild:
  Removed implicit X11 dependency (bug 23708). Thanks to Aaron Son
  <aaron@clamp.net> for discovering the problem.

*ghc-6.0 (01 Jun 2003)

  01 Jun 2003; Andres Loeh <kosmikus@gentoo.org> ghc-6.0.ebuild:
  Version bump. Will probably remain in testing until new version is released,
  as this version is considered to be beta by the developers. The ebuild has
  been somewhat simplified: GHC's build system now supports bootstrapping to get
  GHCi running automatically if necessary.

  21 May 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild,
  files/ghc-5.04.3-r1.patch:
  Added a dependency to haddock when generating docs. This should fix bug
  #20989. Thanks to Mikael A <snikkt@yahoo.com> and Peter Lennartz
  <peterl@cs.uu.nl> for identifying the problem.

*ghc-5.04.3-r1 (09 May 2003)

  09 May 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild:
  Fixed bug that caused ghci to fail with glibc-2.3.2 (reported by Ralf Hinze
  <ralf@informatik.uni-bonn.de>). Also added the generation of documentation
  again (had been missing for a while). To get full documentation, set the "doc"
  USE flag.

*ghc-5.04.2 (21 Mar 2003)

  21 Mar 2003; George Shapovalov <george@gentoo.org> ghc-5.04.3.ebuild :
  new version
  Now with all virtuals in place should build off existing ghc nicely..

  21 Mar 2003; George Shapovalov <george@gentoo.org> ghc-5.04.2.ebuild :
  created new virtual: virtual/ghc.
  Made ghc depend on virtual/ghc (and provide one) instead of on dev-lang/ghc-bin
  ghc-bin in turn now also provides virtual/ghc, this closes #10155

  13 Mar 2003; George Shapovalov <george@gentoo.org> ghc-5.04.2.ebuild :
  fix for when ghc gets bootstrapped off different version.
  Thanks to Andres Loeh <andres@cs.uu.nl> and Ralf Hinze <ralf@informatik.uni-bonn.de>.

  08 Mar 2003; George Shapovalov <george@gentoo.org> ghc-5.04.2.ebuild :

  updated the ebuild to correctly build (namely to build ghci) if bootstrapped off different (older)
  version. See #10155 for details.

*ghc-5.04i.2 (12 Feb 2003)

  12 Feb 2003; George Shapovalov <george@gentoo.org> ghc-5.04.2.ebuild, files/digest-ghc-5.04.2 :

  The long awaited update. (#10155)
  Fixes things on x86. !!!Needs testing on sparc!!! (has good chances to work on sparc,
  provided ghc-bin-5.04.2 works)
  ebuild bootstraps ghc from ghc-bin and contains remarks 
  on how to "maintain" it correctly  (in short: for general purpose no special attention required)

  17 Jan 2003; Matthew Turk <satai@gentoo.org> :
  Looks like it didn't take...  Trying again!

  09 Jan 2003; Matthew Turk <satai@gentoo.org> :
  Changed the docbook-sgml-dtd dependency to one that *exists*.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*ghc-5.04.ebuild (08 Aug 2002)

  19 Aug 2002; George Shapovalov <george@gentoo.org> ghc-5.04.ebuild :

  fixed header, added >=dev-libs/gmp-4.1 dependency

  08 Jul 2002; George Shapovalov <george@gentoo.org> ghc-5.04.ebuild, files/ghc-5.04-gentoo.patch.bz2 :

  new version,
  bzipped patched (too large otherwise),
  will keep uncompressed for 5.02.3 anc compressed for 5.04 until new version 
  is tested (to have one working meanwhile)

  ebuild (and large patching work) submitted by:
  Sven Moritz Hallberg <pesco@gmx.de>

*ghc-5.02.3.ebuild (09 Jun 2002)

  18 Jun 2002; George Shapovalov <george@gentoo.org> ghc-5.02.3.ebuild :

  Few improvements by Sven Moritz Hallberg :
  Build DocBook documentation only if USEing 'doc'. Require DocBook DTD 3.1 in
  that case.

  Thanks to a bug report by Matthew Walton I've noticed that GHC requires the
  DocBook DTD 3.1, not 4.1.
  
  09 Jun 2002; George Shapovalov <george@gentoo.org> all :
  
  First submission
  From the home page:

  The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler 
  and interactive environment for Haskell 98, GHC compiles Haskell to either 
  native code or C.  It implements numerous experimental language extensions 
  to Haskell 98; for example: concurrency, a foreign language interface, 
  multi-parameter type classes, scoped type variables, existential and universal 
  quantification, unboxed types, exceptions, weak pointers, and so on.  GHC comes 
  with a generational garbage collector, and a space and time profiler.