No longer any need to explicitly load module interface in 'toCore'
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Mon, 13 Jul 2009 10:04:22 +0000 (12:04 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Mon, 13 Jul 2009 10:04:22 +0000 (12:04 +0200)
commit87bdc71306c507319ff560d3dd3253e17e9c46fe
tree7f22be2a95e8746cd5b7126f0670fce8f20b2464
parent83a9910bd8031fbce225992e432e7dfba73b5c0f
No longer any need to explicitly load module interface in 'toCore'

We have to HscEnv from the original HaskellToCore compilation step
that already includes all the module interfaces we need.
CoreTools.hs
HsTools.hs