id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
383,Hsc2hs preprocessor does not ensure that gcc has been found.,nominolo,,"When trying to configure with an inplace GHC on Windows, Cabal dies with an irrefutable pattern match error.  The offending line is:
{{{
    Just gccProg = lookupProgram  gccProgram (withPrograms lbi)
}}} 
in {{{D.S.PreProcess.ppHsc2hs}}}.

The problem was that configure didn't find gcc in its expected place ({{{ghcBase </> ""gcc.exe""}}}) and Cabal didn't check that it did before running the preprocessor.",defect,closed,normal,Cabal-1.8,Cabal library,HEAD,normal,fixed,,,normal,6.10.1,
