Changeset 10059 for INSTALL

Show
Ignore:
Timestamp:
04/23/06 14:04:21 (3 years ago)
Author:
audreyt
Message:

* Third-party cleanup #1:

  • Remove most of Parsec from our source tree;

the remaining Expr.hs and Token.hs will be reimplemented
to support true dynamic Perl 6 operator precedence parsing
with "is looser", "is parsed" and friends.

  • Remove Dimitry Golubovsky's UnicodeC.c from our tree. (This touches pretty most of the .hs file.)

* Update dependency to GHC 6.4.1, because UnicodeC.c and the

Unicode-aware Parsec was not there in 6.4.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r8941 r10059  
    22------------- 
    33 
    4 Pugs needs the Glasgow Haskell Compiler (GHC) 6.4 or above.  To install GHC, 
     4Pugs needs the Glasgow Haskell Compiler (GHC) 6.4.1 or above.  To install GHC, 
    55download a binary build from http://haskell.org/ghc/.  Although source code 
    66for GHC is available, it will take a very long time to build by yourself.  
     
    152152Embedding Perl5 is disabled GHC is built with MinGW/GCC and Perl  
    153153is usually built with VC++, they cannot embed one another. 
    154    
    155 CAVEATS FOR GCC 4.0 USERS 
    156 ------------------------- 
    157  
    158 GHC 6.4.1 or later is required. 
    159  
    160 This applies to Mac OS X 10.4 "Tiger", and all other GCC 4.0 systems. 
    161  
    162 CAVEATS FOR x86_64 MACHINES 
    163 --------------------------- 
    164  
    165 GHC 6.4.1 or later is required. 
    166