Changeset 14895 for INSTALL

Show
Ignore:
Timestamp:
12/16/06 04:23:05 (2 years ago)
Author:
audreyt
Message:

* Remove support for GHC 6.4.x.
* Add support for GHC 6.7.x.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r14269 r14895  
    22------------- 
    33 
    4 Pugs needs the Glasgow Haskell Compiler (GHC), preferably version 6.6 or above. 
    5 At the moment the minimum requirement is GHC 6.4.1 or above, but we plan to 
    6 discontinue support for GHC 6.4.* in the next release. 
     4Pugs needs the Glasgow Haskell Compiler (GHC), version 6.6 or above. 
    75 
    86To install GHC, download a binary build from http://haskell.org/ghc/. 
     
    1311which is usually bundled with GHC itself. 
    1412 
    15 v6-pugs (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 
     13v6-alpha (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 
    1614Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is 
    1715dependent on Module::Build with C_support, so install ExtUtils::CBuilder and