Using HscInterpreted.

This commit is contained in:
Kazu Yamamoto 2010-04-30 15:11:41 +09:00
parent 24fd6f28df
commit e35d195cc3

View File

@ -61,7 +61,9 @@ setFlags d = d {
importPaths = importPaths d ++ ["..","../..","../../..","../../../../.."]
, packageFlags = ExposePackage "ghc" : packageFlags d
, ghcLink = NoLink
, hscTarget = HscNothing
-- GHC.desugarModule does not produces the pattern warnings, why?
-- , hscTarget = HscNothing
, hscTarget = HscInterpreted
}
----------------------------------------------------------------