Help for this page

Select Code to Download


  1. or download this
    sub assert_ghc {
        my $self = shift;
        my $ghc = $self->can_run($ENV{GHC} || ( 'ghc' . $Config{_exe} ) );
    
    ...
    
  2. or download this
    GHC=`which ghc-6.4.1`
    export GHC
    cpan Pugs