Changeset 20060 for util

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

Linking pugs now, but pugs complains: Invalid grammatical category: "Bool"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/build_pugs.pl

    r20058 r20060  
    286286    build_lib($version, $ghc, @args); 
    287287 
     288    # Cabal wants to copy LICENSE/GPL-3 to .../LICENSE/GPL-3 
     289    mkdir "third-party/installed/share/doc/Pugs-$version/LICENSE"; 
    288290    $run_setup->('install'); 
    289291 
     
    462464        containers    bytestring  random    process  directory 
    463465        time          array       pretty    parsec   template-haskell 
    464         pugs-hsregex 
     466        pugs-hsregex  Pugs 
    465467    }); 
    466468