- Timestamp:
- 07/14/07 06:03:48 (17 months ago)
- Files:
-
- 1 modified
-
util/build_pugs.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/build_pugs.pl
r17054 r17055 465 465 #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 466 466 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)); 468 468 if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 469 $push_pkgs->('Win32') unless $ghc_version =~ /^6.4(?:.0)?$/;469 $push_pkgs->('Win32'); 470 470 } 471 471 else {
