Using HscInterpreted.
This commit is contained in:
parent
24fd6f28df
commit
e35d195cc3
4
Check.hs
4
Check.hs
@ -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
|
||||
}
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user