- Timestamp:
- 02/20/08 20:19:05 (11 months ago)
- Files:
-
- 1 modified
-
util/build_pugs.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/build_pugs.pl
r19961 r19962 458 458 #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 459 459 460 $push_pkgs->(qw(stm network mtl template-haskell filepath base pugs-HsSyck pugs-hsregex));460 $push_pkgs->(qw(stm network mtl template-haskell filepath base HsSyck pugs-hsregex)); 461 461 if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 462 462 $push_pkgs->('Win32'); … … 557 557 while (<IN>) { 558 558 # Adjust the dependency line based on Cabal version 559 s/ pugs-HsSyck -any, //;559 s/HsSyck -any, //; 560 560 s/pugs-hsregex -any, //; 561 561 s/__OPTIONS__/@args/;
