Changeset 20058 for util

Show
Ignore:
Timestamp:
03/04/08 22:06:31 (9 months ago)
Author:
gbacon
Message:

Build the library, but the executable still doesn't link. Why aren't we building an Executable with cabal?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r20057 r20058  
    458458    #system $ghc, '--make', @_, @o, '-o' => 'pugs', 'src/Main.hs'; 
    459459 
    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 
    461467    if ($^O =~ /(?:MSWin32|mingw|msys|cygwin)/) { 
    462468        $push_pkgs->('Win32'); 
     
    488494    unlink 'src/Main.o'; 
    489495    unlink 'src/Main.hi'; 
    490  
    491     $push_pkgs->('Pugs'); #"-$version"; 
    492496 
    493497    @_ = ('--make', @pkgs, qw(-optl-Lthird-party/installed -o ), "$out.new", qw( src/Main.hs ), @libs);