Show
Ignore:
Timestamp:
05/20/05 23:49:16 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
5107
Message:

More signatures. If I could fiture out a signature for mainCC in
src/Pugs/Compile/Haskell.hs that doesn't make the compiler croak, we could
turn off the option to not warn (and thus error, since we -Werror) on
missing signatures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r2841 r3538  
    165165    my $ghc_flags = "-H0 -L. -Lsrc -Lsrc/syck -Lsrc/pcre -I. -Isrc -Isrc/pcre -Isrc/syck"; 
    166166    $ghc_flags .= " -i. -isrc -isrc/pcre -isrc/syck -static "; 
    167     $ghc_flags .= " -Wall -Werror " 
     167    $ghc_flags .= " -Wall " 
    168168      unless $self->is_extension_build; 
    169     $ghc_flags .= " -fno-warn-missing-signatures -fno-warn-name-shadowing "; 
     169    $ghc_flags .= " -fno-warn-name-shadowing "; 
    170170    $ghc_flags .= " -I../../src -i../../src " 
    171171      if $self->is_extension_build;