Changeset 16502 for util

Show
Ignore:
Timestamp:
05/22/07 13:46:29 (18 months ago)
Author:
audreyt
Message:

* Thoroughly remove src/pcre and src/RRegex in favor of

third-party/hsregex/.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r15812 r16502  
    194194=cut 
    195195 
    196     foreach my $module (qw< filepath HsSyck >) { 
     196    foreach my $module (qw< filepath HsSyck hsregex >) { 
    197197        if ( my ($archive_dir) = ( 
    198198                glob("third-party/installed/*/$module-*"), 
     
    464464    #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 
    465465 
    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)); 
    467467    if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 
    468468        $push_pkgs->('Win32') unless $ghc_version =~ /^6.4(?:.0)?$/; 
     
    485485        $out = "pugs-prof$Config{_exe}"; 
    486486        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 ); 
    488488    } 
    489489    else { 
     
    568568        else { 
    569569            s/pugs-HsSyck -any, //; 
     570            s/pugs-hsregex -any, //; 
    570571        } 
    571572        s/__OPTIONS__/@args/;