summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added new revision with a new binary tarball of ghc to fix gcc 4 issues on ↵Markus Rothe2007-03-294-15/+165
| | | | | | ppc64; bug #145466 Package-Manager: portage-2.1.2.2
* Fix ChangeLog messageLennart Kolmodin2007-03-162-9/+12
| | | | Package-Manager: portage-2.1.2-r5
* Version bump ghc-bin to 6.6Lennart Kolmodin2007-03-163-0/+171
| | | | Package-Manager: portage-2.1.2-r5
* Stable for HPPA (bug #140369).Jeroen Roovers2006-08-283-21/+14
| | | | Package-Manager: portage-2.1.1_rc1
* Adding a self-built 6.4.2 for hppa and keywordingGustavo Zacarias2006-08-254-17/+25
| | | | Package-Manager: portage-2.1-r2
* Marked stable on amd64 for bug #140369Daniel Gryniewicz2006-08-211-11/+11
| | | | Package-Manager: portage-2.1.1_pre5-r2
* Marked stable on amd64 for bug #140369Daniel Gryniewicz2006-08-212-3/+6
| | | | Package-Manager: portage-2.1.1_pre5-r2
* Stable on sparcGustavo Zacarias2006-08-173-15/+18
| | | | Package-Manager: portage-2.1-r2
* What is the average speed of a swallow in a 40 mph headwind? African x86 ↵Joshua Jackson2006-08-161-8/+18
| | | | | | stable or ghc? Package-Manager: portage-2.1-r2
* What is the average speed of a swallow in a 40 mph headwind? African x86 ↵Joshua Jackson2006-08-162-3/+6
| | | | | | stable or ghc? Package-Manager: portage-2.1-r2
* ppc stable, bug #140369Tobias Scherbaum2006-07-231-8/+8
| | | | Package-Manager: portage-2.1.1_pre3-r3
* ppc stable, bug #140369Tobias Scherbaum2006-07-232-3/+7
| | | | Package-Manager: portage-2.1.1_pre3-r3
* Stable on ppc64; bug #140369Markus Rothe2006-07-201-18/+8
| | | | Package-Manager: portage-2.1-r1
* Stable on ppc64; bug #140369Markus Rothe2006-07-202-3/+6
| | | | Package-Manager: portage-2.1-r1
* Fix digests. bug #141030Duncan Coutts2006-07-192-12/+25
| | | | Package-Manager: portage-2.1-r1
* *** empty log message ***Chris Parrott2006-07-171-1/+4
|
* added ~alpha to the ebuildChris Parrott2006-07-173-20/+15
| | | | Package-Manager: portage-2.1-r1
* Added ~ppc and ~ppc64 keywords to ebuild, and associated binaries to mirrors.Chris Parrott2006-05-234-26/+39
| | | | Package-Manager: portage-2.1_rc2
* Added binaries for x86, amd64 and sparc.Duncan Coutts2006-05-224-10/+82
| | | | Package-Manager: portage-2.1_rc1-r4
* Stable on ppc64Markus Rothe2006-05-213-63/+12
| | | | Package-Manager: portage-2.0.54-r2
* added note to users of hardened gcc-3.x about potential ghc problemChris Parrott2006-05-194-19/+49
| | | | Package-Manager: portage-2.1_rc1-r2
* Generate a ghc wrapper script with the correct GHC_CFLAGS at install time.Duncan Coutts2006-05-184-25/+196
| | | | Package-Manager: portage-2.1_pre10-r5
* Support gcc-4.x better at the expense of hardened gcc-3.x.Duncan Coutts2006-05-181-18/+18
| | | | Package-Manager: portage-2.1_pre10-r5
* New version. Initially with a binary for x86-fbsd.Duncan Coutts2006-05-036-17/+135
| | | | Package-Manager: portage-2.1_pre9-r5
* Remove 6.4 since 6.4.1 has been about for ages and is now stable on most archesDuncan Coutts2006-03-274-50/+14
| | | | Package-Manager: portage-2.1_pre5-r4
* Add sparc keyword (Bug #114944). This seems the least bad of several options:Ferris McCormick2006-03-271-19/+3
| | | | | | | | | For me, the "stable" version 9.40 flat out won't build; instead, it goes into a '/bin/sh: line 0: cd: gpacks/README: Not a directory' loop. The requested version --- 9.4.3 --- builds and installs, but a couple of its tests fail with FEATURES=test enabled. But in this case, I'll mark it stable, just to help get rid of 9.40. (Note that my system is x11-base/xorg-x11-7.0-r1.) Package-Manager: portage-2.1_pre7-r2
* Added ia64 binary. Currently the new rev bump is only for ia64. Removed ↵Duncan Coutts2006-03-264-6/+105
| | | | | | hacks that were needed to support older binary builds. Package-Manager: portage-2.1_pre5-r4
* Marked ghc-bin-6.4.1 amd64/x86 stable for bug #126134.Chris White2006-03-234-24/+13
| | | | ([amd64 workstation] Portage version: 2.0.54)
* Stable on sparc wrt #126134Gustavo Zacarias2006-03-213-29/+12
| | | | Package-Manager: portage-2.0.54
* Stable on ppc. Bug 126134Gysbert Wassenaar2006-03-203-12/+15
| | | | Package-Manager: portage-2.1_pre5-r4
* Re-register packages on reinstall. Include an updated ghc-updater script and ↵Duncan Coutts2006-03-134-9/+372
| | | | | | print a message after installation suggesting users run it if they have upgraded ghc-bin or switched from ghc. Package-Manager: portage-2.1_pre5-r4
* Marked ~hppa (bug #125389).Jeroen Roovers2006-03-134-22/+19
| | | | Package-Manager: portage-2.1_pre6-r2
* Fix paths in hsc2hs and ghcprof wrapper scripts.Duncan Coutts2006-03-113-12/+18
| | | | Package-Manager: portage-2.1_pre5-r4
* Relocate paths only in the scripts that need relocating. Use /bin/bash ↵Duncan Coutts2006-03-114-12/+94
| | | | | | rather than /bin/sh for the driver scripts. Add a fix to set the CFLAGS in the ghc driver script correctly. Other minor tidy-ups. Package-Manager: portage-2.1_pre5-r4
* Added ~ppc64; bug #88362Markus Rothe2006-03-014-40/+12
| | | | Package-Manager: portage-2.0.54
* Path fix for arches which use lib64 such as amd64 and ppc64.Duncan Coutts2006-02-244-16/+32
| | | | Package-Manager: portage-2.1_pre4-r1
* Marked ~ppcLuca Barbato2006-02-184-27/+22
| | | | Package-Manager: portage-2.1_pre4-r1
* Update metadata to make the haskell herd the maintainer.Duncan Coutts2006-02-181-0/+10
| | | | Package-Manager: portage-2.1_pre4-r1
* Update metadata to make the haskell herd the maintainer.Duncan Coutts2006-02-181-13/+3
| | | | Package-Manager: portage-2.1_pre4-r1
* Update metadata to make the haskell herd the maintainer.Duncan Coutts2006-02-181-1/+1
| | | | Package-Manager: portage-2.1_pre4-r1
* Added ~amd64.Duncan Coutts2006-02-174-12/+36
| | | | Package-Manager: portage-2.1_pre4-r1
* Remove the last of the versions in the ancient ghc-5.x series.Duncan Coutts2006-02-104-72/+8
| | | | Package-Manager: portage-2.0.54
* Marked ~alpha with permission of ferdy.Duncan Coutts2006-02-104-30/+24
| | | | Package-Manager: portage-2.0.54
* Marked ppcLuca Barbato2006-02-093-22/+37
| | | | Package-Manager: portage-2.1_pre4-r1
* Added a first x86 and sparc binary for ghc-6.4.1.Duncan Coutts2005-12-124-5/+61
| | | | Package-Manager: portage-2.0.51.22-r3
* Stable on sparcGustavo Zacarias2005-09-011-0/+10
| | | | Package-Manager: portage-2.0.51.22-r2
* Stable on sparcGustavo Zacarias2005-09-011-12/+2
| | | | Package-Manager: portage-2.0.51.22-r2
* Stable on sparcGustavo Zacarias2005-09-012-3/+7
| | | | Package-Manager: portage-2.0.51.22-r2
* Version 6.4 for ppc this timeGustavo Zacarias2005-08-314-12/+17
| | | | Package-Manager: portage-2.0.51.22-r2
* Built package for ppc to fix #70617 and #98984Gustavo Zacarias2005-08-314-11/+17
| | | | Package-Manager: portage-2.0.51.22-r2