Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r14269 r14895 2 2 ------------- 3 3 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. 4 Pugs needs the Glasgow Haskell Compiler (GHC), version 6.6 or above. 7 5 8 6 To install GHC, download a binary build from http://haskell.org/ghc/. … … 13 11 which is usually bundled with GHC itself. 14 12 15 v6- pugs(see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules13 v6-alpha (see <http://perlmonks.org/?node_id=559083>) needs the CPAN modules 16 14 Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is 17 15 dependent on Module::Build with C_support, so install ExtUtils::CBuilder and
