Changeset 19962 for util

Show
Ignore:
Timestamp:
02/20/08 20:19:05 (11 months ago)
Author:
gwern
Message:

Move all uses of pugs-HsSyck? to simply HsSyck?; it's a package useful for more than Pugs, and this makes it easier to synch with Hackage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r19961 r19962  
    458458    #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 
    459459 
    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)); 
    461461    if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 
    462462        $push_pkgs->('Win32'); 
     
    557557    while (<IN>) { 
    558558        # Adjust the dependency line based on Cabal version 
    559         s/pugs-HsSyck -any, //; 
     559        s/HsSyck -any, //; 
    560560        s/pugs-hsregex -any, //; 
    561561        s/__OPTIONS__/@args/;