- Timestamp:
- 05/22/07 13:46:29 (18 months ago)
- Files:
-
- 1 modified
-
util/build_pugs.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/build_pugs.pl
r15812 r16502 194 194 =cut 195 195 196 foreach my $module (qw< filepath HsSyck >) {196 foreach my $module (qw< filepath HsSyck hsregex >) { 197 197 if ( my ($archive_dir) = ( 198 198 glob("third-party/installed/*/$module-*"), … … 464 464 #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 465 465 466 $push_pkgs->(qw(stm network mtl template-haskell base pugs-HsSyck ));466 $push_pkgs->(qw(stm network mtl template-haskell base pugs-HsSyck pugs-hsregex)); 467 467 if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 468 468 $push_pkgs->('Win32') unless $ghc_version =~ /^6.4(?:.0)?$/; … … 485 485 $out = "pugs-prof$Config{_exe}"; 486 486 push @libs, '-prof'; 487 push @pkgs, glob('third-party/HsSyck/dist/build/syck/*.o'), qw( dist/build/src/pcre/pcre.o );487 push @pkgs, glob('third-party/HsSyck/dist/build/syck/*.o'), qw( third-party/hsregex/dist/build/pcre/pcre.o ); 488 488 } 489 489 else { … … 568 568 else { 569 569 s/pugs-HsSyck -any, //; 570 s/pugs-hsregex -any, //; 570 571 } 571 572 s/__OPTIONS__/@args/;
