Changeset 17055 for util

Show
Ignore:
Timestamp:
07/14/07 06:03:48 (17 months ago)
Author:
audreyt
Message:

* build_pugs.pl: Chase the 6.6.1 change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r17054 r17055  
    465465    #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 
    466466 
    467     $push_pkgs->(qw(stm network mtl template-haskell base pugs-HsSyck pugs-hsregex)); 
     467    $push_pkgs->(qw(stm network mtl template-haskell filepath base pugs-HsSyck pugs-hsregex)); 
    468468    if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 
    469         $push_pkgs->('Win32') unless $ghc_version =~ /^6.4(?:.0)?$/; 
     469        $push_pkgs->('Win32'); 
    470470    } 
    471471    else {