<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>2016-05-31 16:04 GMT-04:00 Alberto Sadde O. <<a href="mailto:albertosadde@gmail.com" target="_blank">albertosadde@gmail.com</a>>:<br>
> I am trying to get the Core of a whole package.<br>
> I have been using the GHC API to get the Core of each file in a package but<br>
> I have a problems with non-exposed modules of the package.<br>
<br>
</span>Try `cabal install --ghc-options="-ddump-simpl -ddump-to-file"`. You<br>
should see Core outputs under `dist/`.<br>
(or `cabal configure --ghc-options=...` then `cabal build`)<br>
<br>
If you have all the dependencies installed already you can just do<br>
`ghc --make Main.hs -fforce-recomp -ddump-simpl -ddump-to-file` where<br>
`Main.hs` imports all the modules in your project.<br></blockquote><div><br></div><div>Thanks for the answer.<br></div><div>The thing is that I want to manipulate the Core of the package not just simply dump it to a file.<br><br><br></div></div><br></div></div>