| 89 | | Until GHC 6.4.1 is released, users with x86_64 (64 bit Athlon) CPU's should |
| 90 | | consider using a development snapshot of GHC. GHC 6.4 had bugs on x86_64 |
| 91 | | which break garbage collection and rules (regexps). These bugs were fixed |
| 92 | | in GHC CVS by around 11-May. There are hints on using snapshots at the end |
| 93 | | of this section. |
| | 89 | Until GHC 6.4.1 is released, Linux users with x86_64 (64 bit Athlon) CPUs |
| | 90 | should consider using a development snapshot of GHC: |
| | 91 | |
| | 92 | http://www.haskell.org/ghc/dist/stable/dist/ |
| | 93 | |
| | 94 | Look for files ending with "x86_64-unknown-linux", for example: |
| | 95 | |
| | 96 | ghc-6.4.1.20050711-x86_64-unknown-linux.tar.bz2 |
| | 97 | |
| | 98 | GHC 6.4 had bugs on x86_64 which break garbage collection and rules (regexps). |
| | 99 | These bugs were fixed in GHC CVS by around 11-May. There are hints on using |
| | 100 | snapshots at the end of this section. |