- Timestamp:
- 03/04/08 22:06:31 (9 months ago)
- Files:
-
- 1 modified
-
util/build_pugs.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/build_pugs.pl
r20057 r20058 458 458 #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 459 459 460 $push_pkgs->(qw(stm network mtl template-haskell filepath base HsSyck pugs-hsregex)); 460 $push_pkgs->(qw{ 461 stm network mtl filepath base HsSyck 462 containers bytestring random process directory 463 time array pretty parsec template-haskell 464 pugs-hsregex 465 }); 466 461 467 if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 462 468 $push_pkgs->('Win32'); … … 488 494 unlink 'src/Main.o'; 489 495 unlink 'src/Main.hi'; 490 491 $push_pkgs->('Pugs'); #"-$version";492 496 493 497 @_ = ('--make', @pkgs, qw(-optl-Lthird-party/installed -o ), "$out.new", qw( src/Main.hs ), @libs);
